debuggers.hg
changeset 22850:5e91e7a6b130
Update Xen version to 4.1.0-rc3-pre
author | Keir Fraser <keir@xen.org> |
---|---|
date | Tue Jan 25 14:07:39 2011 +0000 (2011-01-25) |
parents | 53f6e58e089e |
children | b5579db3dabf |
files | xen/Makefile |
line diff
1.1 --- a/xen/Makefile Tue Jan 25 14:07:08 2011 +0000 1.2 +++ b/xen/Makefile Tue Jan 25 14:07:39 2011 +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 = 1 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