diff -r 80eb95dc0dd9 xen/Makefile --- a/xen/Makefile Thu Jun 14 18:01:42 2007 +0100 +++ b/xen/Makefile Fri Jun 15 19:03:09 2007 +0900 @@ -1,7 +1,7 @@ # 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 = 0 +export XEN_SUBVERSION = 1 export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version