Skip to content

Commit

Permalink
Set version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Nov 27, 2020
1 parent 6e127db commit c0ca9da
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 @@ -427,7 +427,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lprotobuf",
Expand Down Expand Up @@ -461,7 +461,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 1.2;
MARKETING_VERSION = 1.3;
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 @@ -129,8 +129,8 @@ END
//

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

0 comments on commit c0ca9da

Please sign in to comment.