aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-13 10:50:13 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-13 10:50:13 +0000
commitf4c88d4c3148dba27ae7e5274a213e7c72a33c64 (patch)
treee1b46931e4e2b9ee5ed0d62b691daa006fcf63af
parentcee6848f3b5571b29776cb03a417a72ba242c61e (diff)
downloadxen-f4c88d4c3148dba27ae7e5274a213e7c72a33c64.tar.gz
xen-f4c88d4c3148dba27ae7e5274a213e7c72a33c64.tar.bz2
xen-f4c88d4c3148dba27ae7e5274a213e7c72a33c64.zip
Update version to xen-3.2.0-rc63.2.0-rc6
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index a49024e65c..150177e700 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 = 3
export XEN_SUBVERSION = 2
-export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc6$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version