aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <none@none>2012-12-12 09:59:26 +0100
committerJan Beulich <none@none>2012-12-12 09:59:26 +0100
commit6ec8754f0f736345146d4cb9514aab643d80bd7d (patch)
tree9600174de687b84018502a4e800d14dcadfeda4e
parent887b82276bf7bb54891eeedffcb4efc75fb320bb (diff)
downloadxen-6ec8754f0f736345146d4cb9514aab643d80bd7d.tar.gz
xen-6ec8754f0f736345146d4cb9514aab643d80bd7d.tar.bz2
xen-6ec8754f0f736345146d4cb9514aab643d80bd7d.zip
update Xen version to 4.2.1-rc24.2.1-rc2
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 0a49a762df..9b4862fd6f 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 = 2
-export XEN_EXTRAVERSION ?= .1-rc1$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .1-rc2$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version