aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2013-07-19 15:06:53 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-07-19 15:06:53 +0100
commitcbc312bc35ec45433fc26a5a627df0b476fc3c4a (patch)
treeafd4029ebcc08adbb56f34143b0180b818913e08
parentbedad8729a9dfe904baba455611c84e438b31166 (diff)
downloadxen-4.1.6-rc1.tar.gz
xen-4.1.6-rc1.tar.bz2
xen-4.1.6-rc1.zip
update Xen version to 4.1.6-rc14.1.6-rc1
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 2acb3a03cd..a837d172dd 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 = 1
-export XEN_EXTRAVERSION ?= .6-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .6-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version