mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-09 10:40:08 +00:00
pumped version to 0.6.99.4-CVS
This commit is contained in:
parent
11910ce209
commit
2612477be4
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user