]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
Prep for 4.12-rc1: Change versions from -unstable to -rc
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 16 Jan 2019 16:13:21 +0000 (16:13 +0000)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 16 Jan 2019 16:13:21 +0000 (16:13 +0000)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index fd6f4f134820f0caaa93a4598ae45f6be58c5464..7807e936395cc2051aefea4ab2a3dde76610e911 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
- _  _    _ ____                       _        _     _
-| || |  / |___ \      _   _ _ __  ___| |_ __ _| |__ | | ___
-| || |_ | | __) |____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
-|__   _|| |/ __/_____| |_| | | | \__ \ || (_| | |_) | |  __/
-   |_|(_)_|_____|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+ _  _    _ ____
+| || |  / |___ \      _ __ ___
+| || |_ | | __) |____| '__/ __|
+|__   _|| |/ __/_____| | | (__
+   |_|(_)_|_____|    |_|  \___|
 
 #################################
 
index 291e149503a332a3d733d7a94eab522ce18501f9..7c8493c02a3451bf98edeebc528f0b1b493a1cd4 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.12-unstable
+    Xen-Version: 4.12-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index 7c77c304063d39f05a500c654e1381784000d388..749c21348818c56932830f0d2d4dd117303444e6 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version