Patch level :2.2 2006 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :nuova versione di base 20060202


git-svn-id: svn://10.65.10.50/trunk@13901 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2006-04-13 12:01:19 +00:00
parent 9e448c6d5d
commit 32422b92b9

View File

@ -688,7 +688,7 @@ void TApplication::run(
bool TApplication::get_version_info(int& year, int& release, int& tag, int& patch)
{
const char* const VERSIONANDPATCH = "Don't cry for me Argentina.2005.02.00.000.2007";
const char* const VERSIONANDPATCH = "Don't cry for me Argentina.2006.02.02.000.2010";
TToken_string vep(VERSIONANDPATCH, '.');
year = vep.get_int(1);
release = vep.get_int();