Skip to content

Commit dede3a2

Browse files
committed
update 2.7.4
1 parent 6b0f4a3 commit dede3a2

File tree

8 files changed

+20
-15
lines changed

8 files changed

+20
-15
lines changed

.vscode/c_cpp_properties.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"includePath": [
66
"C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/include",
77
"C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/ucrt",
8-
"C:/Dev/Qt_5.15.7/msvc2019_x86/shared/include",
9-
"C:/Dev/Qt_5.15.7/msvc2019_x86/shared/include/QtCore",
10-
"C:/Dev/Qt_5.15.7/msvc2019_x86/shared/include/QtGui",
11-
"C:/Dev/Qt_5.15.7/msvc2019_x86/shared/include/QtWidgets",
12-
"C:/Dev/Qt_5.15.7/msvc2019_x86/shared/include/QtNetwork",
13-
"C:/Dev/OpenSSL_1.1.1s/msvc2019_x86/shared/include",
8+
"C:/Dev/Qt_5.15.10/msvc2019_x86/shared/include",
9+
"C:/Dev/Qt_5.15.10/msvc2019_x86/shared/include/QtCore",
10+
"C:/Dev/Qt_5.15.10/msvc2019_x86/shared/include/QtGui",
11+
"C:/Dev/Qt_5.15.10/msvc2019_x86/shared/include/QtWidgets",
12+
"C:/Dev/Qt_5.15.10/msvc2019_x86/shared/include/QtNetwork",
13+
"C:/Dev/OpenSSL_1.1.1u/msvc2019_x86/shared/include",
1414
"C:/Dev/zlib_1.2.13/msvc2019_x86/shared/include",
1515
"${workspaceFolder}/**"
1616
],

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33

44
本项目的所有值得注意的更改都将记录于此文件中.
55

6-
PvZ Tools 已被废弃, 推荐使用 [PvZ Toolkit](https://pvz.lmintlcx.com/toolkit/) 代替.
6+
**PvZ Tools 已被废弃, 推荐使用 [PvZ Toolkit](https://pvz.lmintlcx.com/toolkit/) 代替.**
7+
8+
9+
## [2.7.4] - 2023/06/30
10+
11+
- 更新了版本号.
712

813

914
## [2.7.3] - 2022/11/24

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Already tested and confirmed works with:
3131

3232
| Qt | OpenSSL | zlib | Compiler |
3333
| ------- | ------- | --------- | --------- |
34-
| 5.15.7 | 1.1.1s | 1.2.13 | MSVC 2019 |
34+
| 5.15.10 | 1.1.1u | 1.2.13 | MSVC 2019 |
3535

3636
## Credit
3737

res/splash.jpg

81 Bytes
Loading

res/splash.psd

-1.7 MB
Binary file not shown.

scripts/build_debug.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

3-
set QT_DIR=C:\Dev\Qt_5.15.7\msvc2019_x86\shared
4-
set OPENSSL_DIR=C:\Dev\OpenSSL_1.1.1s\msvc2019_x86\shared
3+
set QT_DIR=C:\Dev\Qt_5.15.10\msvc2019_x86\shared
4+
set OPENSSL_DIR=C:\Dev\OpenSSL_1.1.1u\msvc2019_x86\shared
55
set ZLIB_DIR=C:\Dev\zlib_1.2.13\msvc2019_x86\shared
66

77
set SRC_DIR=D:\repo\pvztools

scripts/build_release.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

3-
set QT_DIR=C:\Dev\Qt_5.15.7\msvc2019_x86\shared
4-
set OPENSSL_DIR=C:\Dev\OpenSSL_1.1.1s\msvc2019_x86\shared
3+
set QT_DIR=C:\Dev\Qt_5.15.10\msvc2019_x86\shared
4+
set OPENSSL_DIR=C:\Dev\OpenSSL_1.1.1u\msvc2019_x86\shared
55
set ZLIB_DIR=C:\Dev\zlib_1.2.13\msvc2019_x86\shared
66

77
set SRC_DIR=D:\repo\pvztools

src/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
#define COMPANY_NAME "Cube Studio"
1818
#define COMPANY_WEBSITE "https://pvz.lmintlcx.com"
1919
#define FILE_DESCRIPTION "PvZ Tools"
20-
#define LEGAL_COPYRIGHT "(C) 2018-2022 lmintlcx"
20+
#define LEGAL_COPYRIGHT "(C) 2018-2023 lmintlcx"
2121
#define INTERNAL_NAME "pvztools"
2222
#define ORIGINAL_FILENAME "pvztools.exe"
2323
#define PRODUCT_NAME "PvZ Tools"
2424

2525

2626
#define VERSION_MAJOR 2
2727
#define VERSION_MINOR 7
28-
#define VERSION_PATCH 3
29-
#define VERSION_BUILD 6974
28+
#define VERSION_PATCH 4
29+
#define VERSION_BUILD 6978
3030

3131

3232
#define TOSTRING_(arg) #arg

0 commit comments

Comments
 (0)