diff --git a/include/applicat.cpp b/include/applicat.cpp index 343ba10df..b926405f0 100755 --- a/include/applicat.cpp +++ b/include/applicat.cpp @@ -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();