revert unintentional commit

This commit is contained in:
Dave White 2005-05-10 22:37:36 +00:00
parent 1943ac5873
commit 7650624bef

View file

@ -32,7 +32,7 @@ namespace game_config
int recall_cost = 20;
int kill_experience = 8;
int leadership_bonus = 25;
const std::string version = "0.9.1"; //VERSION;
const std::string version = VERSION;
bool debug = false, editor = false, ignore_replay_errors = false;
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music;