aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <none@none>2012-12-12 10:04:02 +0100
committerJan Beulich <none@none>2012-12-12 10:04:02 +0100
commitd75fdbb0fa2b65b86f80e7b32639f3ab90151272 (patch)
tree13582fd7eb37a41c59120a219f83303f324a6097
parent3fca800894941d6aa32a9ba9effcc28ed716c8bd (diff)
downloadxen-d75fdbb0fa2b65b86f80e7b32639f3ab90151272.tar.gz
xen-d75fdbb0fa2b65b86f80e7b32639f3ab90151272.tar.bz2
xen-d75fdbb0fa2b65b86f80e7b32639f3ab90151272.zip
update Xen version to 4.1.4-rc24.1.4-rc2
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 21b32a814a..6f322cd138 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-rc1$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .4-rc2$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version