aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-04-12 13:42:25 +0200
committerJan Beulich <jbeulich@suse.com>2013-04-12 13:42:25 +0200
commitc57664c8ff56c7ec4b156ff09ee337e5cab43e6a (patch)
tree94552dc789e9d650f1ccd52437d573c180cb33bb
parent2cf4461ac868ca82fd63b370afe9efe9a1291900 (diff)
downloadxen-4.1.5-rc2.tar.gz
xen-4.1.5-rc2.tar.bz2
xen-4.1.5-rc2.zip
update Xen version to 4.1.5-rc24.1.5-rc2
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index b49894f300..6e0ed76a94 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 ?= .5-rc1$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .5-rc2$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version