From: Ian Jackson Date: Tue, 17 Apr 2018 16:22:49 +0000 (+0100) Subject: README, Xen/Makefile: Xen 4.11 is -RC now X-Git-Tag: 4.11.0-rc1^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0d37f90d613e4b314fdebf7bc9017875aaec6935;p=people%2Fandrewcoop%2Fxen.git README, Xen/Makefile: Xen 4.11 is -RC now Signed-off-by: Ian Jackson --- diff --git a/README b/README index 4ed03b7fe2..3cbccf3c48 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ################################# -__ __ _ _ _ _ _ _ _ -\ \/ /___ _ __ | || | / / | _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || |_ | | |_____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _|| | |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)_|_| \__,_|_| |_|___/\__\__,_|_.__/|_|\___| +__ __ _ _ _ _ +\ \/ /___ _ __ | || | / / | _ __ ___ + \ // _ \ '_ \ | || |_ | | |_____| '__/ __| + / \ __/ | | | |__ _|| | |_____| | | (__ +/_/\_\___|_| |_| |_|(_)_|_| |_| \___| ################################# diff --git a/xen/Makefile b/xen/Makefile index 62d479c799..60867e31a4 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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 ?= -unstable$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version