aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-03-30 11:16:25 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-03-30 11:16:25 +0100
commit402ce762cb88fa44cebb301abc8daaeb1574d9a2 (patch)
tree7d1c1c8b93b11d23bbe82cdc29eca78b07c59cb0 /xen/Makefile
parent5fbe6a6654f7ff396906ff0cf312f3741f3d5727 (diff)
downloadxen-402ce762cb88fa44cebb301abc8daaeb1574d9a2.tar.gz
xen-402ce762cb88fa44cebb301abc8daaeb1574d9a2.tar.bz2
xen-402ce762cb88fa44cebb301abc8daaeb1574d9a2.zip
Update Xen version to 4.1-unstable
Development window is open for business! Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
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 f47c164269..38838ba7d2 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 = 4
-export XEN_SUBVERSION = 0
-export XEN_EXTRAVERSION ?= .0-rc9-pre$(XEN_VENDORVERSION)
+export XEN_SUBVERSION = 1
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version