aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-10-17 16:13:05 +0200
committerJan Beulich <jbeulich@suse.com>2013-10-17 16:13:05 +0200
commit5a4f69699e3b5730fad2f10053c5daa2b2dce044 (patch)
treea262f9f90430029cf688cd574c77f1797341840c /xen/Makefile
parent9119a3fda323be347e13ffbc8221f8fcc8c09f06 (diff)
downloadxen-staging-4.3.tar.gz
xen-staging-4.3.tar.bz2
xen-staging-4.3.zip
update Xen version to 4.3.1-rc24.3.1-rc2staging-4.3stable-4.3
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 7b1877901a..5f698c8aca 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 = 3
-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