Update Xen version to 4.0.0-rc1-pre
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 11 Dec 2009 09:07:57 +0000 (09:07 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 11 Dec 2009 09:07:57 +0000 (09:07 +0000)
xen/Makefile

index 0fb1c2753ff9ba83397dcd4fc20a98f56cef164a..3c759e87ceb532ff37628397617b2c24758e422a 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       = 3
-export XEN_SUBVERSION    = 5
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_VERSION       = 4
+export XEN_SUBVERSION    = 0
+export XEN_EXTRAVERSION ?= .0-rc1-pre$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version