Raised version number.

Originally committed to SVN as r2494.
This commit is contained in:
Rodrigo Braz Monteiro 2008-11-26 02:25:35 +00:00
parent 329d8ef9bf
commit bfb3f48cba
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ struct VersionInfoStruct {
wxString SCMStr, VersionStr;
// Update this whenever a new version is released
VersionNumber = _T("v2.1.5");
VersionNumber = _T("v2.1.6");
#ifdef _DEBUG
IsDebug = true;
#else