aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-10-01 12:21:04 +0200
committerJan Beulich <jbeulich@suse.com>2013-10-01 12:21:04 +0200
commit7a650cb1591b7a64a29da944c1b3c0069dc59fdb (patch)
treec5d789156bc6c2444c62e5984a00d6739825173c
parentec8cda7355419ef4131bafb77212bd983322dacb (diff)
downloadxen-4.3.1-rc1.tar.gz
xen-4.3.1-rc1.tar.bz2
xen-4.3.1-rc1.zip
update Xen version to 4.3.1-rc14.3.1-rc1
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 1ee58e087b..7b1877901a 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-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .1-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version