Skip to content

Commit

Permalink
Update version to 1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Mar 11, 2021
1 parent c91e44d commit ae15d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions WechatExporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.7.17;
MARKETING_VERSION = 1.7.18;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobufd",
Expand Down Expand Up @@ -510,7 +510,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.7.17;
MARKETING_VERSION = 1.7.18;
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 @@ -310,8 +310,8 @@ IDR_MAINFRAME ICON "res\\idr_main.ico"
//

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

0 comments on commit ae15d1b

Please sign in to comment.