aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-16 11:54:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-16 11:54:06 +0100
commit3d506a34a70b9d56fc41d48524f3120fb0a9a65e (patch)
tree91549f214e72906c86a9b1aaff6d02f255865b90 /xen/Makefile
parent05a68a8bc4f8f43b956e4a29ca83ffa8dc495dcd (diff)
downloadxen-3d506a34a70b9d56fc41d48524f3120fb0a9a65e.tar.gz
xen-3d506a34a70b9d56fc41d48524f3120fb0a9a65e.tar.bz2
xen-3d506a34a70b9d56fc41d48524f3120fb0a9a65e.zip
Update Xen version for 3.4.0-rc3-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 d0ecfc11fd..b7c94856e1 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-rc2$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version