aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-05 13:55:14 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-05 13:55:14 +0100
commit37993cc3df34aa7eb8bd191424f7e62ba34e94cf (patch)
tree64b3cb3853a5826403967e237948983470855561 /xen/Makefile
parentfa982a5874ccace261e3a7db609f39b688315379 (diff)
downloadxen-37993cc3df34aa7eb8bd191424f7e62ba34e94cf.tar.gz
xen-37993cc3df34aa7eb8bd191424f7e62ba34e94cf.tar.bz2
xen-37993cc3df34aa7eb8bd191424f7e62ba34e94cf.zip
Update version number 3.3->4.0.
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 97a286f1d2..7b0c28b421 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -1,7 +1,7 @@
# 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 = 3
+export XEN_VERSION = 4
+export XEN_SUBVERSION = 0
export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version