File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 491
491
CODE_SIGN_IDENTITY = "-";
492
492
CODE_SIGN_STYLE = Automatic;
493
493
COMBINE_HIDPI_IMAGES = YES;
494
- CURRENT_PROJECT_VERSION = 8 ;
494
+ CURRENT_PROJECT_VERSION = 9 ;
495
495
DEVELOPMENT_TEAM = L848BW5698;
496
496
ENABLE_HARDENED_RUNTIME = YES;
497
497
GCC_PREPROCESSOR_DEFINITIONS = (
531
531
CODE_SIGN_IDENTITY = "-";
532
532
CODE_SIGN_STYLE = Automatic;
533
533
COMBINE_HIDPI_IMAGES = YES;
534
- CURRENT_PROJECT_VERSION = 8 ;
534
+ CURRENT_PROJECT_VERSION = 9 ;
535
535
DEVELOPMENT_TEAM = L848BW5698;
536
536
ENABLE_HARDENED_RUNTIME = YES;
537
537
GCC_PREPROCESSOR_DEFINITIONS = (
Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ IDR_MAINFRAME ICON "res\\idr_main.ico"
342
342
//
343
343
344
344
VS_VERSION_INFO VERSIONINFO
345
- FILEVERSION 1,8,0,8
346
- PRODUCTVERSION 1,8,0,8
345
+ FILEVERSION 1,8,0,9
346
+ PRODUCTVERSION 1,8,0,9
347
347
FILEFLAGSMASK 0x3fL
348
348
#ifdef _DEBUG
349
349
FILEFLAGS 0x1L
@@ -359,12 +359,12 @@ BEGIN
359
359
BLOCK "000904b0"
360
360
BEGIN
361
361
VALUE "FileDescription", "WechatExporter Module"
362
- VALUE "FileVersion", "1.8.0.8 "
362
+ VALUE "FileVersion", "1.8.0.9 "
363
363
VALUE "InternalName", "WechatExporter"
364
364
VALUE "LegalCopyright", "Copyright 2020"
365
365
VALUE "OriginalFilename", "WechatExporter.exe"
366
366
VALUE "ProductName", "WechatExporter Module"
367
- VALUE "ProductVersion", "1.8.0.8 "
367
+ VALUE "ProductVersion", "1.8.0.9 "
368
368
END
369
369
END
370
370
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments