debuggers.hg
changeset 19701:8baf03526ab1
Update Xen version for 3.5-unstable
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed May 27 21:51:04 2009 +0100 (2009-05-27) |
parents | fe68405201d2 |
children | 878e4c128991 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Wed May 27 15:55:29 2009 +0100 1.2 +++ b/xen/Makefile Wed May 27 21:51:04 2009 +0100 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 = 4 1.8 -export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION) 1.9 +export XEN_SUBVERSION = 5 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