aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-27 21:51:04 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-27 21:51:04 +0100
commit18062591742c7c4f711678d8c2db4f1518965b6a (patch)
tree6faae5c7cbc39898fb34d1fe1c284b3c0837223f /xen/Makefile
parenta36045afa893df1700a1ebe0668f1c5bce1d3db8 (diff)
downloadxen-18062591742c7c4f711678d8c2db4f1518965b6a.tar.gz
xen-18062591742c7c4f711678d8c2db4f1518965b6a.tar.bz2
xen-18062591742c7c4f711678d8c2db4f1518965b6a.zip
Update Xen version for 3.5-unstable
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 93374dcaf1..6bda1e7ea9 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -1,8 +1,8 @@
# This is the correct place to edit the build version.
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 3
-export XEN_SUBVERSION = 4
-export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
+export XEN_SUBVERSION = 5
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version