Skip to content

Commit

Permalink
Bump to v39.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lich0821 committed Nov 3, 2024
1 parent 5ca2eb6 commit f41b248
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ WeChatFerry

## 版本更新

### v39.3.2
### v39.3.3

* 修复接收消息问题
* 修复发送文件/图片中文路径问题

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

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

### v39.3.2

* 修复接收消息问题

### v39.3.0

* 适配 `3.9.11.25`
Expand Down
8 changes: 4 additions & 4 deletions WeChatFerry/spy/spy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// ����(���壬�й�) resources
// ����(���壬�й�) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
Expand Down Expand Up @@ -51,7 +51,7 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 39,3,2,0
FILEVERSION 39,3,3,0
PRODUCTVERSION 3,9,11,25
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -69,7 +69,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "WeChatFerry"
VALUE "FileDescription", "WeChatFerry"
VALUE "FileVersion", "39.3.2.0"
VALUE "FileVersion", "39.3.3.0"
VALUE "InternalName", "spy.dll"
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "spy.dll"
Expand All @@ -83,7 +83,7 @@ BEGIN
END
END

#endif // ����(���壬�й�) resources
#endif // ����(���壬�й�) resources
/////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit f41b248

Please sign in to comment.