Skip to content

Commit ab48249

Browse files
committed
chore: bump to v39.4.0
1 parent 74bad0d commit ab48249

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

README.MD

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* 发送图片消息
3333
* 发送文件消息
3434
* 发送卡片消息
35-
* 发送 XML 消息
3635
* 发送 GIF 消息
3736
* 拍一拍群友
3837
* 转发消息
@@ -205,9 +204,9 @@ WeChatFerry
205204

206205
## 版本更新
207206

208-
### v39.3.5
207+
### v39.4.0
209208

210-
* 代码优化
209+
* 重构代码,适配 `3.9.12.17`
211210

212211
<details><summary>点击查看更多</summary>
213212

@@ -219,6 +218,10 @@ WeChatFerry
219218
* `y``WeChatFerry` 的版本,从 0 开始
220219
* `z` 是各客户端的版本,从 0 开始
221220

221+
### v39.3.5
222+
223+
* 代码优化
224+
222225
### v39.3.4
223226

224227
* 实现获取登录二维码

WeChatFerry/spy/spy.aps

0 Bytes
Binary file not shown.

WeChatFerry/spy/spy.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// ����(���壬�й�) resources
16+
// 中文(简体,中国) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
1919
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
@@ -51,8 +51,8 @@ END
5151
//
5252

5353
VS_VERSION_INFO VERSIONINFO
54-
FILEVERSION 39,3,5,0
55-
PRODUCTVERSION 3,9,11,25
54+
FILEVERSION 39,4,0,0
55+
PRODUCTVERSION 3,9,12,17
5656
FILEFLAGSMASK 0x3fL
5757
#ifdef _DEBUG
5858
FILEFLAGS 0x1L
@@ -69,12 +69,12 @@ BEGIN
6969
BEGIN
7070
VALUE "CompanyName", "WeChatFerry"
7171
VALUE "FileDescription", "WeChatFerry"
72-
VALUE "FileVersion", "39.3.5.0"
72+
VALUE "FileVersion", "39.4.0.0"
7373
VALUE "InternalName", "spy.dll"
7474
VALUE "LegalCopyright", "Copyright (C) 2023"
7575
VALUE "OriginalFilename", "spy.dll"
7676
VALUE "ProductName", "WeChatFerry"
77-
VALUE "ProductVersion", "3.9.11.25"
77+
VALUE "ProductVersion", "3.9.12.17"
7878
END
7979
END
8080
BLOCK "VarFileInfo"
@@ -83,7 +83,7 @@ BEGIN
8383
END
8484
END
8585

86-
#endif // ����(���壬�й�) resources
86+
#endif // 中文(简体,中国) resources
8787
/////////////////////////////////////////////////////////////////////////////
8888

8989

0 commit comments

Comments
 (0)