mirror of https://github.com/odrling/Aegisub
Updated version.cpp for the new release.
Originally committed to SVN as r1951.
This commit is contained in:
parent
1cb32448ce
commit
d40168007f
|
@ -78,7 +78,7 @@ struct VersionInfoStruct {
|
|||
wxString SCMStr, VersionStr;
|
||||
|
||||
// Update this whenever a new version is released
|
||||
VersionNumber = _T("v2.1.0");
|
||||
VersionNumber = _T("v2.1.1");
|
||||
#ifdef _DEBUG
|
||||
IsDebug = true;
|
||||
#else
|
||||
|
|
|
@ -1508,14 +1508,6 @@
|
|||
<File
|
||||
RelativePath="..\..\aegisub\version.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="FINAL_RELEASE"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\aegisub\version.h"
|
||||
|
|
Loading…
Reference in New Issue