aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-29 17:57:37 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-29 17:57:37 +0000
commitc435a55db16c204c625af0e354cd03ffe0ac2e00 (patch)
treef24980d8ebdf17670a986f1e647bc404ea0d72e4
parentca4bd2c1aea9818c9220d2a8c967fa1187448ad5 (diff)
downloadxen-c435a55db16c204c625af0e354cd03ffe0ac2e00.tar.gz
xen-c435a55db16c204c625af0e354cd03ffe0ac2e00.tar.bz2
xen-c435a55db16c204c625af0e354cd03ffe0ac2e00.zip
Update version to 3.2.0-rc43.2.0-rc4
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 45dc4e3813..92c50f6feb 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-rc4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version