Bump to v39.3.0

This commit is contained in:
Changhua 2024-10-31 23:16:08 +08:00
parent fe890aefeb
commit af34a151d5
3 changed files with 5 additions and 5 deletions

View File

@ -209,7 +209,7 @@ WeChatFerry
### v39.3.0
* 适配 `3.9.11.24`
* 适配 `3.9.11.25`
<details><summary>点击查看更多</summary>

Binary file not shown.

View File

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 39,2,4,0
PRODUCTVERSION 3,9,10,27
FILEVERSION 39,3,0,0
PRODUCTVERSION 3,9,11,25
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "WeChatFerry"
VALUE "FileDescription", "WeChatFerry"
VALUE "FileVersion", "39.2.4.0"
VALUE "FileVersion", "39.3.0.0"
VALUE "InternalName", "spy.dll"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "spy.dll"
VALUE "ProductName", "WeChatFerry"
VALUE "ProductVersion", "3.9.10.27"
VALUE "ProductVersion", "3.9.11.25"
END
END
BLOCK "VarFileInfo"