Skip to content

Commit

Permalink
Update version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed Dec 7, 2020
1 parent cd99832 commit 064842b
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.4;
MARKETING_VERSION = 1.5;
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.4;
MARKETING_VERSION = 1.5;
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 @@ -133,8 +133,8 @@ END
//

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

0 comments on commit 064842b

Please sign in to comment.