]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
Branch for 4.12: change version numbers
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 11 Mar 2019 14:48:36 +0000 (14:48 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 11 Mar 2019 14:48:36 +0000 (14:48 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index c19409efa2b8826d92cbb2df5210bf53ea3b8163..6346825bc01eefaaef4772582c88ae0986cc4062 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
- _  _    _ ____
-| || |  / |___ \      _ __ ___
-| || |_ | | __) |____| '__/ __|
-|__   _|| |/ __/_____| | | (__
-   |_|(_)_|_____|    |_|  \___|
+ _  _    _ _____                       _        _     _
+| || |  / |___ /       _   _ _ __  ___| |_ __ _| |__ | | ___
+| || |_ | | |_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
+|__   _|| |___) |_____| |_| | | | \__ \ || (_| | |_) | |  __/
+   |_|(_)_|____/       \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
 
 #################################
 
index 19fc8d7533651c8048010a3231179198f39cf0e7..e4fb15b2f8ddad827448c9d4080807ce2a3d4439 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.12-rc
+    Xen-Version: 4.13-unstable
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index ea82fc8ba64963e658daec5d6f6aac1ca6e19243..335f2f0f370e4b55c1037496e2b3099063816bb0 100644 (file)
@@ -1,8 +1,8 @@
 # This is the correct place to edit the build version.
 # 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_SUBVERSION    = 13
+export XEN_EXTRAVERSION ?= .0-unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version