aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-07-01 18:00:34 +0200
committerJan Beulich <jbeulich@suse.com>2013-07-01 18:00:34 +0200
commita99235eb4f95ab86f0a3e8745ad8bb65c39db6fb (patch)
tree229f46671f36cc74473075d4fa54fadecfe1ae57 /xen/Makefile
parent826eb17271d3c647516d9944c47b0779afedea25 (diff)
downloadxen-a99235eb4f95ab86f0a3e8745ad8bb65c39db6fb.tar.gz
xen-a99235eb4f95ab86f0a3e8745ad8bb65c39db6fb.tar.bz2
xen-a99235eb4f95ab86f0a3e8745ad8bb65c39db6fb.zip
update Xen version to 4.4-unstable
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 201d9bca16..b02e2dd35d 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 = 3
+export XEN_SUBVERSION = 4
export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version