From bb8696576eb212adc9ee6d3213568a14e6ffe7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Brammer?= Date: Sat, 26 Feb 2011 21:03:05 +0100 Subject: [PATCH] Version 5.1.90 (5.2 Alpha) --- Makefile.am | 2 +- Version.txt | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9ccbc3fd8..883e435eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,7 @@ do_subst = sed -e 's,[@]C4PROJECT[@],OpenClonk Project,g' \ -e 's,[@]C4VERSIONBUILDNAME[@],'"$$(sed -n 's/SET(C4VERSIONBUILDNAME\s\+"\(.\+\)")/\1/ p' $(srcdir)/Version.txt)"',g' \ -e 's,[@]C4VERSIONEXTRA[@],'$$(sed -n 's/SET(C4VERSIONEXTRA\s\+"\(.\+\)")/\1/ p' $(srcdir)/Version.txt)',g' -C4Version.h: $(srcdir)/src/C4Version.h.in +C4Version.h: $(srcdir)/src/C4Version.h.in $(srcdir)/Version.txt $(do_subst) < $< > $@ diff --git a/Version.txt b/Version.txt index d215ae32f..003974d9a 100644 --- a/Version.txt +++ b/Version.txt @@ -16,12 +16,14 @@ SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}") SET(C4XVER1 5) SET(C4XVER2 1) -SET(C4XVER3 0) +SET(C4XVER3 90) SET(C4XVER4 0) -SET(C4VERSIONBUILDNAME "Back to the Rocks") +# C4VERSIONBUILDNAME should be witty and somewhat frequently changing +# for alpha and beta releases, and meaningful and stable for stable releases. +SET(C4VERSIONBUILDNAME "Schokokeks") -SET(C4VERSIONEXTRA "Beta") +SET(C4VERSIONEXTRA "Alpha") ############################################################################ # Get revision from Mercurial