From 6569b94cca7a0444673f9c72729783deb0c770bf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Feb 2011 17:04:46 +0000 Subject: xen/Makefile: Belatedly update XEN_EXTRAVERSION for rc3 release In rc3, XEN_EXTRAVERSION should mention rc4-pre. Signed-off-by: Ian Jackson --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Makefile') 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 -- cgit v1.2.3