pumped version to 0.7.1
ran automake
This commit is contained in:
parent
8028e3c9dd
commit
80eab93a2d
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ AC_REVISION($Version: 0.13$)
|
|||
PACKAGE=wesnoth
|
||||
MAJOR_VERSION="0"
|
||||
MINOR_VERSION="7"
|
||||
MICRO_VERSION="1-CVS"
|
||||
MICRO_VERSION="1"
|
||||
|
||||
if test "x$MICRO_VERSION" = "x"; then
|
||||
VERSION=$MAJOR_VERSION.$MINOR_VERSION
|
||||
|
|
|
@ -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.7.1-CVS";
|
||||
const std::string version = "0.7.1";
|
||||
bool debug = false;
|
||||
|
||||
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music;
|
||||
|
|
Loading…
Add table
Reference in a new issue