aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-08 17:35:32 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-08 17:35:32 +0000
commit6893569268c4530128829aaa2495c2a222a63ea0 (patch)
tree026a280656416fd99bac06999154fa66c79886d1 /xen/Makefile
parentaf3ade42b96ebb94a95ee1639ac42761fffe2204 (diff)
downloadxen-6893569268c4530128829aaa2495c2a222a63ea0.tar.gz
xen-6893569268c4530128829aaa2495c2a222a63ea0.tar.bz2
xen-6893569268c4530128829aaa2495c2a222a63ea0.zip
Fix XEN_EXTRAVERSION and shorten so it fits on a single line after
figlet-isation: 3.2.0-rc2-pre.
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 18c6d0f313..a0c0d8ed5f 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 = 2
-export XEN_EXTRAVERSION ?= .0-rc2-devel(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version