aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2013-07-08 15:20:49 +0200
committerJan Beulich <jbeulich@suse.com>2013-07-08 15:20:49 +0200
commit903521a38c3c5bd1c3d196a67e4abac4a064bc34 (patch)
tree04f5c749c317e486867d4228e4a9bf19f9ec92e3
parenta12a88e966ce21587ea58d3c4d670cde25d1932e (diff)
downloadxen-903521a38c3c5bd1c3d196a67e4abac4a064bc34.tar.gz
xen-903521a38c3c5bd1c3d196a67e4abac4a064bc34.tar.bz2
xen-903521a38c3c5bd1c3d196a67e4abac4a064bc34.zip
update Xen version to 4.3.0
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 201d9bca16..b76fb2bdea 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version