Updated version.cpp for the new release.

Originally committed to SVN as r1951.
This commit is contained in:
Rodrigo Braz Monteiro 2008-03-07 04:21:26 +00:00
parent 1cb32448ce
commit d40168007f
2 changed files with 1 additions and 9 deletions

View File

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

View File

@ -1508,14 +1508,6 @@
<File <File
RelativePath="..\..\aegisub\version.cpp" RelativePath="..\..\aegisub\version.cpp"
> >
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="FINAL_RELEASE"
/>
</FileConfiguration>
</File> </File>
<File <File
RelativePath="..\..\aegisub\version.h" RelativePath="..\..\aegisub\version.h"