aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-08-07 09:55:48 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-08-07 09:55:48 +0100
commit6c72ee43bf10db371aa13315299f3370e6c3075f (patch)
tree608d6ba89c58a4a00473d1957460bea13ae8d645 /xen/Makefile
parent7f2d2a9b5bbb1ff51b95d6036066eaccd0f344a9 (diff)
downloadxen-6c72ee43bf10db371aa13315299f3370e6c3075f.tar.gz
xen-6c72ee43bf10db371aa13315299f3370e6c3075f.tar.bz2
xen-6c72ee43bf10db371aa13315299f3370e6c3075f.zip
Update Xen version for 3.3.0-rc33.3.0-rc3
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 97a286f1d2..0334f66c38 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 = 3
-export XEN_EXTRAVERSION ?= .0-rc3-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version