corrected version

This commit is contained in:
Dave White 2003-09-22 09:56:10 +00:00
parent eb6122360d
commit 6a685a40b2

View file

@ -22,6 +22,6 @@ namespace game_config
const int cure_amount = 8;
const int curer_heals_per_turn = 18;
const int recall_cost = 20;
const std::string version = "0.4.7-CVS";
const std::string version = "0.4.8 RC1";
bool debug = false;
}