aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-10 06:58:04 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-10 06:58:04 +0100
commit8687956ca3d330b9a77e2420e4a6b7125ad37e3b (patch)
treee471a324b6c6fdd7ec6e42ea5c086d2bb9e5b7a4 /xen/Makefile
parentf90e7055417bd9a9e5178c171f175123cf042099 (diff)
downloadxen-8687956ca3d330b9a77e2420e4a6b7125ad37e3b.tar.gz
xen-8687956ca3d330b9a77e2420e4a6b7125ad37e3b.tar.bz2
xen-8687956ca3d330b9a77e2420e4a6b7125ad37e3b.zip
Update Xen version for 3.4.0-rc2-pre
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 184dbc518e..da3811dcb0 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 = 4
-export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version