aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-07 09:04:53 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-07 09:04:53 +0100
commitf8abd8d851098f180d6c38931bf69d809a42bbaa (patch)
treedd5d8a1abaa3ae6d7d84536d2abd2821e7f06ba5 /xen/Makefile
parent99b92a0e1506e7e94b7a3d552820b5405a5f8646 (diff)
downloadxen-f8abd8d851098f180d6c38931bf69d809a42bbaa.tar.gz
xen-f8abd8d851098f180d6c38931bf69d809a42bbaa.tar.bz2
xen-f8abd8d851098f180d6c38931bf69d809a42bbaa.zip
Revert 18242:f20fb83dac2c (Xen 3.3 after all)
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 7b0c28b421..97a286f1d2 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 = 4
-export XEN_SUBVERSION = 0
+export XEN_VERSION = 3
+export XEN_SUBVERSION = 3
export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version