* 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 <ian.jack...@eu.citrix.com> CC: Jan Beulich <jbeul...@suse.com> CC: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> CC: Ian Campbell <ian.campb...@citrix.com> CC: Wei Liu <wei.l...@citrix.com> --- README | 12 ++++++------ xen/Makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 0e456b8..522f1a2 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ ################################# -__ __ _ _ __ _ _ _ -\ \/ /___ _ __ | || | / /_ _ _ _ __ ___| |_ __ _| |__ | | ___ - \ // _ \ '_ \ | || |_| '_ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \ - / \ __/ | | | |__ _| (_) |_____| |_| | | | \__ \ || (_| | |_) | | __/ -/_/\_\___|_| |_| |_|(_)___/ \__,_|_| |_|___/\__\__,_|_.__/|_|\___| - +__ __ _ _ __ +\ \/ /___ _ __ | || | / /_ _ __ ___ + \ // _ \ '_ \ | || |_| '_ \ _____| '__/ __| + / \ __/ | | | |__ _| (_) |_____| | | (__ +/_/\_\___|_| |_| |_|(_)___/ |_| \___| + ################################# http://www.xen.org/ diff --git a/xen/Makefile b/xen/Makefile index 6305880..6088c9d 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 -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel