debuggers.hg
changeset 20899:efeef2c5e96d
Update Xen version to 4.0.0-rc3-pre
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Jan 26 15:51:53 2010 +0000 (2010-01-26) |
parents | 3090b0a44390 |
children | cb0375fcec23 |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Tue Jan 26 14:15:05 2010 +0000 1.2 +++ b/xen/Makefile Tue Jan 26 15:51:53 2010 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 # All other places this is stored (eg. compile.h) should be autogenerated. 1.5 export XEN_VERSION = 4 1.6 export XEN_SUBVERSION = 0 1.7 -export XEN_EXTRAVERSION ?= .0-rc2$(XEN_VENDORVERSION) 1.8 +export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION) 1.9 export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) 1.10 -include xen-version 1.11