aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-09 22:21:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-09 22:21:49 +0000
commitb2263f518f2d2ec36d22d44a2db770bbe0f12d12 (patch)
tree00ec70a051a855311d77ba101bb24c470e5e38e0
parent48647b523d3ae31aeb42e45fac616eeee343046d (diff)
downloadxen-3.2.0-rc5.tar.gz
xen-3.2.0-rc5.tar.bz2
xen-3.2.0-rc5.zip
Update version to 3.2.0-rc53.2.0-rc5
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 92c50f6feb..a49024e65c 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$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version