pumped version to 0.7

ran autoreconf
This commit is contained in:
Pauli Manninen 2004-03-19 19:13:06 +00:00
parent 97161d3101
commit 94cedf1933
3 changed files with 5 additions and 5 deletions

4
configure vendored
View file

@ -1332,8 +1332,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
PACKAGE=wesnoth
MAJOR_VERSION="0"
MINOR_VERSION="6"
MICRO_VERSION="99.6-CVS"
MINOR_VERSION="7"
MICRO_VERSION=""
if test "x$MICRO_VERSION" = "x"; then
VERSION=$MAJOR_VERSION.$MINOR_VERSION

View file

@ -10,8 +10,8 @@ AC_INIT(wesnoth, 0.13, davidnwhite@optusnet.com.au, Battle for Wesnoth)
AC_REVISION($Version: 0.13$)
PACKAGE=wesnoth
MAJOR_VERSION="0"
MINOR_VERSION="6"
MICRO_VERSION="99.6-CVS"
MINOR_VERSION="7"
MICRO_VERSION=""
if test "x$MICRO_VERSION" = "x"; then
VERSION=$MAJOR_VERSION.$MINOR_VERSION

View file

@ -25,7 +25,7 @@ namespace game_config
int rest_heal_amount= 2;
int recall_cost = 20;
int kill_experience = 8;
const std::string version = "0.6.99.6-CVS";
const std::string version = "0.7";
bool debug = false;
std::string game_icon, game_title, game_logo, title_music;