From: Keir Fraser Date: Tue, 29 Jan 2008 15:31:31 +0000 (+0000) Subject: Update version to 3.1.3-rc3 X-Git-Tag: 3.1.3-rc3~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4c0d690bea4efa3634e89ef72427a4b76d53fc29;p=people%2Fvhanquez%2Fxen.git Update version to 3.1.3-rc3 --- diff --git a/xen/Makefile b/xen/Makefile index bab2108c0..77131c55e 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 = 3 export XEN_SUBVERSION = 1 -export XEN_EXTRAVERSION ?= .3-rc2$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .3-rc3$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version