aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-12-04 18:17:33 +0100
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-12-04 18:17:33 +0100
commit127515a94353a6724e5b4207cde892f10df96053 (patch)
treecd19857d0052b4c613ad7d1f385931024a7e9ac3
parentc4b779466940b72677c3929ae2e3072b994c8371 (diff)
downloadxen-127515a94353a6724e5b4207cde892f10df96053.tar.gz
xen-127515a94353a6724e5b4207cde892f10df96053.tar.bz2
xen-127515a94353a6724e5b4207cde892f10df96053.zip
Update version number for Xen 3.0.0 release.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 07d63bb57c..6ae3de42f4 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -6,7 +6,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 3
export XEN_SUBVERSION = 0
-export XEN_EXTRAVERSION = -devel
+export XEN_EXTRAVERSION = .0
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
export BASEDIR := $(CURDIR)