]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
README, xen/Makefile: Set version to 4.12.0 RELEASE-4.12.0
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 1 Apr 2019 11:03:23 +0000 (12:03 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 1 Apr 2019 11:03:23 +0000 (12:03 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README
xen/Makefile

diff --git a/README b/README
index c19409efa2b8826d92cbb2df5210bf53ea3b8163..0be4815d4c738a63a9bfda75da48b7d2410fd286 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-#################################
+#################
  _  _    _ ____
-| || |  / |___ \      _ __ ___
-| || |_ | | __) |____| '__/ __|
-|__   _|| |/ __/_____| | | (__
-   |_|(_)_|_____|    |_|  \___|
+| || |  / |___ \
+| || |_ | | __) |
+|__   _|| |/ __/
+   |_|(_)_|_____|
 
-#################################
+#################
 
 http://www.xen.org/
 
index ea82fc8ba64963e658daec5d6f6aac1ca6e19243..9c185d2f2275786ee3f4ef4bcdfdb08000c258a3 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 12
-export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version