Skip to content

Commit

Permalink
Update version to 1.8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueMatthew committed May 31, 2021
1 parent f353cae commit dfe1c0b
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 @@ -489,7 +489,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = L848BW5698;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down Expand Up @@ -529,7 +529,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_TEAM = L848BW5698;
ENABLE_HARDENED_RUNTIME = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand Down
8 changes: 4 additions & 4 deletions vcproject/WechatExporter.rc
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ IDR_MAINFRAME ICON "res\\idr_main.ico"
//

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

0 comments on commit dfe1c0b

Please sign in to comment.