Skip to content

Commit

Permalink
Update version to 1.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed May 20, 2021
1 parent 4aa583a commit 098e816
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions WechatExporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L848BW5698;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -507,7 +507,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.7.20;
MARKETING_VERSION = 1.8.0;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobufd",
Expand All @@ -529,7 +529,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L848BW5698;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -546,7 +546,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.7.20;
MARKETING_VERSION = 1.8.0;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobufd",
Expand Down
8 changes: 4 additions & 4 deletions vcproject/WechatExporter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ IDR_MAINFRAME ICON "res\\idr_main.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,20,3
PRODUCTVERSION 1,7,20,3
FILEVERSION 1,8,0,1
PRODUCTVERSION 1,8,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -359,12 +359,12 @@ BEGIN
BLOCK "000904b0"
BEGIN
VALUE "FileDescription", "WechatExporter Module"
VALUE "FileVersion", "1.7.20.3"
VALUE "FileVersion", "1.8.0.1"
VALUE "InternalName", "WechatExporter"
VALUE "LegalCopyright", "Copyright 2020"
VALUE "OriginalFilename", "WechatExporter.exe"
VALUE "ProductName", "WechatExporter Module"
VALUE "ProductVersion", "1.7.20.3"
VALUE "ProductVersion", "1.8.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion vcproject/WechatExporter.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ xcopy "$(ProjectDir)..\WechatExporter\res" "$(OutDir)res" /Y /S /E</Command>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ExceptionHandling />
<DebugInformationFormat />
<PreprocessorDefinitions>_WINDOWS;STRICT;NDEBUG;CURL_STATICLIB;COMPILE_SDK;NOMINMAX;DBG_PERF;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_WINDOWS;STRICT;NDEBUG;CURL_STATICLIB;COMPILE_SDK;NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit 098e816

Please sign in to comment.