aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <none@none>2012-12-19 12:22:57 +0100
committerJan Beulich <none@none>2012-12-19 12:22:57 +0100
commita785b5927b12d736d11c11f4e092954f2df5d55a (patch)
treed892391ce5de3884091b8056f6727080b1ac757c
parent048bdca678a85bc946812c194d231724a9d4cfc4 (diff)
downloadxen-a785b5927b12d736d11c11f4e092954f2df5d55a.tar.gz
xen-a785b5927b12d736d11c11f4e092954f2df5d55a.tar.bz2
xen-a785b5927b12d736d11c11f4e092954f2df5d55a.zip
update Xen version to 4.1.5-pre
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index f1ccc6f08b..c3e06e7123 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 1
-export XEN_EXTRAVERSION ?= .4$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .5-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version