aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-17 15:43:24 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-17 15:43:24 +0100
commitb43bbe7bf06429c5827129dfd216c1c8c07a7755 (patch)
treedc7eb5ffccb0f11d6583502ededf3bb3b1bac0f5 /xen/Makefile
parentd6ad2766280e3dcd717c7b6bedf496f697f98ba4 (diff)
downloadxen-b43bbe7bf06429c5827129dfd216c1c8c07a7755.tar.gz
xen-b43bbe7bf06429c5827129dfd216c1c8c07a7755.tar.bz2
xen-b43bbe7bf06429c5827129dfd216c1c8c07a7755.zip
Update version number to reflect that next stable release will be 3.2.x
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 1c701060d9..b0a9ac311c 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 = 0
+export XEN_SUBVERSION = 2
export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version