From d40168007f1c79d40530c6f3f3331f0f0526f706 Mon Sep 17 00:00:00 2001
From: Rodrigo Braz Monteiro <zeratul@cellosoft.com>
Date: Fri, 7 Mar 2008 04:21:26 +0000
Subject: [PATCH] Updated version.cpp for the new release.

Originally committed to SVN as r1951.
---
 aegisub/version.cpp                        | 2 +-
 build/aegisub_vs2008/aegisub_vs2008.vcproj | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/aegisub/version.cpp b/aegisub/version.cpp
index aa48a20cf..e355847e4 100644
--- a/aegisub/version.cpp
+++ b/aegisub/version.cpp
@@ -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
diff --git a/build/aegisub_vs2008/aegisub_vs2008.vcproj b/build/aegisub_vs2008/aegisub_vs2008.vcproj
index cde59070a..2685e926a 100644
--- a/build/aegisub_vs2008/aegisub_vs2008.vcproj
+++ b/build/aegisub_vs2008/aegisub_vs2008.vcproj
@@ -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"
-- 
GitLab