forked from mia/Aegisub
Updated version.cpp for the new release.
Originally committed to SVN as r1951.
This commit is contained in:
parent
1cb32448ce
commit
d40168007f
2 changed files with 1 additions and 9 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue