]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
Config.mk, xen/Makefile, SUPPORT.md: Xen 4.11: Update version numbers
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 9 Jul 2018 13:21:20 +0000 (14:21 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 9 Jul 2018 13:47:19 +0000 (14:47 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index 3cbccf3c4872df3be50d5756f156b4c73eab43d6..faf51dc7b657e62003a9fce1d96afdc886c8f04d 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
 __  __            _  _    _ _
-\ \/ /___ _ __   | || |  / / |      _ __ ___
- \  // _ \ '_ \  | || |_ | | |_____| '__/ __|
- /  \  __/ | | | |__   _|| | |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_|_|     |_|  \___|
+\ \/ /___ _ __   | || |  / / |
+ \  // _ \ '_ \  | || |_ | | |
+ /  \  __/ | | | |__   _|| | |
+/_/\_\___|_| |_|    |_|(_)_|_|
 
 #################################
 
index 9eb695858c7fa485757dd36cfb6e185f5ee9a97d..f9d86bfac29f0af68dec8c552a1178a988548f67 100644 (file)
@@ -9,10 +9,10 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.11-unstable
-    Initial-Release: n/a
+    Xen-Version: 4.11
+    Initial-Release: 2018-07-10
     Supported-Until: TBD
-    Security-Support-Until: Unreleased - not yet security-supported
+    Security-Support-Until: TBD
 
 # Feature Support
 
index 60867e31a46d76f78033a71b2b0261ef1c6b7600..4d075c381f87625c7afb03a83226188ced34c5f2 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    = 11
-export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version