From 2612477be49dec4e496d246b5ec9760f3155ab63 Mon Sep 17 00:00:00 2001 From: uid66289 Date: Fri, 13 Feb 2004 20:32:38 +0000 Subject: [PATCH] pumped version to 0.6.99.4-CVS --- configure.ac | 2 +- src/game_config.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3f2f0b3f2fa..c157b93183e 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_REVISION($Version: 0.13$) PACKAGE=wesnoth MAJOR_VERSION="0" MINOR_VERSION="6" -MICRO_VERSION="99.3" +MICRO_VERSION="99.4-CVS" if test "x$MICRO_VERSION" = "x"; then VERSION=$MAJOR_VERSION.$MINOR_VERSION diff --git a/src/game_config.cpp b/src/game_config.cpp index 2533999dbb3..0629b5adbc5 100644 --- a/src/game_config.cpp +++ b/src/game_config.cpp @@ -25,7 +25,7 @@ namespace game_config int rest_heal_amount= 1; int recall_cost = 20; int kill_experience = 8; - const std::string version = "0.6.99.3"; + const std::string version = "0.6.99.4-CVS"; bool debug = false; std::string game_icon, game_title, game_logo, title_music;