debuggers.hg
changeset 16755:58dfcad8d56d
Update version to 3.3-unstable.
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Jan 15 14:27:15 2008 +0000 (2008-01-15) |
parents | b64be2bc7a91 |
children | fba4e7357744 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Tue Jan 15 14:24:05 2008 +0000 1.2 +++ b/xen/Makefile Tue Jan 15 14:27:15 2008 +0000 1.3 @@ -1,8 +1,8 @@ 1.4 # This is the correct place to edit the build version. 1.5 # All other places this is stored (eg. compile.h) should be autogenerated. 1.6 export XEN_VERSION = 3 1.7 -export XEN_SUBVERSION = 2 1.8 -export XEN_EXTRAVERSION ?= .0-rc6$(XEN_VENDORVERSION) 1.9 +export XEN_SUBVERSION = 3 1.10 +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) 1.11 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 1.12 -include xen-version 1.13