set version to 0.6.99.3-CVS and ran automake

This commit is contained in:
uid66289 2004-02-04 05:36:49 +00:00
parent 9454c7ed08
commit 54d14428d1
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ AC_REVISION($Version: 0.13$)
PACKAGE=wesnoth
MAJOR_VERSION="0"
MINOR_VERSION="6"
MICRO_VERSION="99.2"
MICRO_VERSION="99.3-CVS"
if test "x$MICRO_VERSION" = "x"; then
VERSION=$MAJOR_VERSION.$MINOR_VERSION

View file

@ -24,7 +24,7 @@ namespace game_config
int curer_heals_per_turn = 18;
int recall_cost = 20;
int kill_experience = 8;
const std::string version = "0.6.99.2";
const std::string version = "0.6.99.3-CVS";
bool debug = false;
std::string game_icon, game_title, game_logo, title_music;