aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2011-02-02 17:04:46 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2011-02-02 17:04:46 +0000
commit6569b94cca7a0444673f9c72729783deb0c770bf (patch)
treeb5889b2243bf896042e9311eab38e2c606865ffc /xen/Makefile
parent04d1f61a1fd9e86f4aafc6333b223b736a488b58 (diff)
downloadxen-6569b94cca7a0444673f9c72729783deb0c770bf.tar.gz
xen-6569b94cca7a0444673f9c72729783deb0c770bf.tar.bz2
xen-6569b94cca7a0444673f9c72729783deb0c770bf.zip
xen/Makefile: Belatedly update XEN_EXTRAVERSION for rc3 release
In rc3, XEN_EXTRAVERSION should mention rc4-pre. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 27fad68846..e69ba439f5 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 1
-export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version