aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-11 09:07:57 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-11 09:07:57 +0000
commitacb5f3c6166bfdb4e33db1955a7a4809913b33e5 (patch)
tree511fc62f93b0074a80bec4824babd79507a2aaef /xen/Makefile
parentfeb567f2108efa3108aeb500dcee2a978774e336 (diff)
downloadxen-acb5f3c6166bfdb4e33db1955a7a4809913b33e5.tar.gz
xen-acb5f3c6166bfdb4e33db1955a7a4809913b33e5.tar.bz2
xen-acb5f3c6166bfdb4e33db1955a7a4809913b33e5.zip
Update Xen version to 4.0.0-rc1-pre
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 0fb1c2753f..3c759e87ce 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 = 5
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_VERSION = 4
+export XEN_SUBVERSION = 0
+export XEN_EXTRAVERSION ?= .0-rc1-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version