Skip to content

Commit

Permalink
Set version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Dec 14, 2020
1 parent ac48243 commit 495f23e
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 @@ -421,7 +421,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobuf",
Expand Down Expand Up @@ -455,7 +455,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.5;
MARKETING_VERSION = 1.6;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobuf",
Expand Down
8 changes: 4 additions & 4 deletions vcproject/WechatExporter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,0,1
PRODUCTVERSION 1,5,0,1
FILEVERSION 1,6,0,1
PRODUCTVERSION 1,6,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -151,12 +151,12 @@ BEGIN
BLOCK "080404b0"
BEGIN
VALUE "FileDescription", "WechatExporter Module"
VALUE "FileVersion", "1.5.0.1"
VALUE "FileVersion", "1.6.0.1"
VALUE "InternalName", "WechatExporter"
VALUE "LegalCopyright", "Copyright 2020"
VALUE "OriginalFilename", "WechatExporter.exe"
VALUE "ProductName", "WechatExporter Module"
VALUE "ProductVersion", "1.5.0.1"
VALUE "ProductVersion", "1.6.0.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 495f23e

Please sign in to comment.