Update Xen version to 4.3-unstable
authorKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:55:26 +0000 (12:55 +0100)
committerKeir Fraser <keir@xen.org>
Fri, 7 Sep 2012 11:55:26 +0000 (12:55 +0100)
xen/Makefile

index 9be8e8f638599e588bd90d3e5e910b91c98ad115..d593149b4fb6cb203e0af20fe794b617a8473120 100644 (file)
@@ -1,8 +1,8 @@
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
-export XEN_SUBVERSION    = 2
-export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
+export XEN_SUBVERSION    = 3
+export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version