VOL-4840 - gendocs edits
Makefile
--------
o Display an ENTER/LEAVE banner & whitespace for readability.
o Changed ${} to $() to make it clear these are make vars not env vars.
o mkdir one-liner: use make builtin $(addprefix) to construct paths,
spawn one shell -vs- shell mkdir x dirs.
o Join shell commands using '&&' -vs- ';'. Ssemicolon use with
line continuation can mask failures.
Change-Id: Ia2393056350b247b37dd13bcb2d12548e5b66710
diff --git a/VERSION b/VERSION
index 7cd5929..497a78c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.11.4
+2.11.5