updated version number

This commit is contained in:
Dave White 2003-09-30 09:25:06 +00:00
parent 9b9870b00d
commit 2be9acb023

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.8 RC3";
const std::string version = "0.4.8";
bool debug = false;
}