Re: [Xen-devel] [PATCH 2/4] Update version to Xen 4.6 RC

2015-08-11 Thread Ian Campbell
On Tue, 2015-08-11 at 15:09 +0100, Ian Jackson wrote: > * Change README to say `Xen 4.6-rc' > * Change XEN_EXTRAVERSION so that we are `4.6.0-rc' > > Note that the RC number (eg, 1 for rc1) is not in the version string, > so that we do not need to update this again when we cut the next RC. > > Si

Re: [Xen-devel] [PATCH 2/4] Update version to Xen 4.6 RC

2015-08-11 Thread Wei Liu
On Tue, Aug 11, 2015 at 03:09:18PM +0100, Ian Jackson wrote: > * Change README to say `Xen 4.6-rc' > * Change XEN_EXTRAVERSION so that we are `4.6.0-rc' > > Note that the RC number (eg, 1 for rc1) is not in the version string, > so that we do not need to update this again when we cut the next RC.

[Xen-devel] [PATCH 2/4] Update version to Xen 4.6 RC

2015-08-11 Thread Ian Jackson
* Change README to say `Xen 4.6-rc' * Change XEN_EXTRAVERSION so that we are `4.6.0-rc' Note that the RC number (eg, 1 for rc1) is not in the version string, so that we do not need to update this again when we cut the next RC. Signed-off-by: Ian Jackson CC: Jan Beulich CC: Konrad Rzeszutek Wilk