aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-08 16:59:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-08 16:59:49 +0000
commit35403f1426a9a5c0fb90b0501ce84126740f2544 (patch)
tree9adde9c25ecadc1b965f5018209315a42abe48de
parent16c2e41e1a9e11deb787c20c31333667a9da0d02 (diff)
downloadxen-35403f1426a9a5c0fb90b0501ce84126740f2544.tar.gz
xen-35403f1426a9a5c0fb90b0501ce84126740f2544.tar.bz2
xen-35403f1426a9a5c0fb90b0501ce84126740f2544.zip
Update Xen version to 3.2.0-rc13.2.0-rc1
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 464ed41260..bb5c031590 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version