From 88517788ea839c367da14b514ab3d1f25994c514 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 11 Aug 2015 14:51:43 +0100 Subject: [PATCH] Update version to Xen 4.6 RC * Change README to say `Xen 4.6-rc' * Change XEN_EXTRAVERSION so that we are `4.6.0-rc' Note that the RC number (eg, 1 for rc1) is not in the version string, so that we do not need to update this again when we cut the next RC. Signed-off-by: Ian Jackson Acked-by: Wei Liu Acked-by: Ian Campbell CC: Jan Beulich CC: Konrad Rzeszutek Wilk --- README | 12 ++++++------ xen/Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 0e456b8c61..522f1a20b0 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ ################################# -__ __ _ _ __ _ _ _ -\ \/ /___ _ __ | || | / /_ _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || |_| '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _| (_) |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| - +__ __ _ _ __ +\ \/ /___ _ __ | || | / /_ _ __ ___ + \ // _ \ '_ \ | || |_| '_ \ _____| '__/ __| + / \ __/ | | | |__ _| (_) |_____| | | (__ +/_/\_\___|_| |_| |_|(_)___/ |_| \___| + ################################# http://www.xen.org/ diff --git a/xen/Makefile b/xen/Makefile index 63058803e3..6088c9d42c 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 = 6 -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 -- 2.30.2