Skip to content

Commit 983b1b4

Browse files
committed
update version
1 parent 4bde7c0 commit 983b1b4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2025.03.27] - v1.0.3.0
2+
### Windows: bat auto-select vs2019 and vs2022 by reg
3+
14
## [2025.03.26] - v1.0.2.4
25
### Windows: optimize packaging scripts
36

app/pkg-win-nsis.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ start /wait %QT_HOME%\bin\windeployqt.exe -qmldir %QT_HOME%/qml %BIN_DIR%\%PROJ_
2121

2222
call %SCRIPT_DIR%\vs-env.bat
2323

24-
set VERSION="1.0.2.4"
24+
set VERSION="1.0.3.0"
2525
echo packaging %VERSION% for "x64"
2626
makensis /INPUTCHARSET UTF8 /DPRODUCT_NAME=%PROJ_NAME% /DPRODUCT_VERSION=%VERSION% /DOS_ARCH="x64" %SCRIPT_DIR%/pkg-win-nsis.nsi
2727
echo packaging %VERSION% for "x86"

app/src/qtmodules/QtHelp/QDAHelpDialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ void QDAHelpDialog::OnHelpShow()
3030
void QDAHelpDialog::OnShowVersion()
3131
{
3232
std::string version = u8R"(
33-
版本号(Version) : v1.0.2.4
33+
版本号(Version) : v1.0.3.0
3434
35-
日期(Date) : 2025/03/26
35+
日期(Date) : 2025/03/27
3636
)";
3737
QMessageBox::information(NULL, QStringLiteral("Version"), QString::fromStdString(version));
3838
}

0 commit comments

Comments
 (0)