Skip to content

Commit

Permalink
Update version to 1.9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Aug 12, 2021
1 parent 1d0a231 commit 2dab4f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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 = 7;
CURRENT_PROJECT_VERSION = 0;
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.8.0;
MARKETING_VERSION = 1.9.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 = 7;
CURRENT_PROJECT_VERSION = 0;
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.8.0;
MARKETING_VERSION = 1.9.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 @@ -349,8 +349,8 @@ IDR_MAINFRAME ICON "res\\idr_main.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,8,0,7
PRODUCTVERSION 1,8,0,7
FILEVERSION 1,9,0,0
PRODUCTVERSION 1,9,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -366,12 +366,12 @@ BEGIN
BLOCK "000904b0"
BEGIN
VALUE "FileDescription", "WechatExporter Module"
VALUE "FileVersion", "1.8.0.7"
VALUE "FileVersion", "1.9.0.0"
VALUE "InternalName", "WechatExporter"
VALUE "LegalCopyright", "Copyright 2020"
VALUE "OriginalFilename", "WechatExporter.exe"
VALUE "ProductName", "WechatExporter Module"
VALUE "ProductVersion", "1.8.0.7"
VALUE "ProductVersion", "1.9.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2dab4f1

Please sign in to comment.