From 69c22d86af904ab168f85974f194528d631b6f6c Mon Sep 17 00:00:00 2001 From: Joker2770 <1214220480@qq.com> Date: Wed, 24 Jul 2024 09:46:41 +0800 Subject: [PATCH] docs: kick version to v0,9,99 :tada: --- snap/gui/qpiskvork.desktop | 2 +- snap/snapcraft.yaml | 2 +- src/mainwindow.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/gui/qpiskvork.desktop b/snap/gui/qpiskvork.desktop index b6465cf..a47ce73 100644 --- a/snap/gui/qpiskvork.desktop +++ b/snap/gui/qpiskvork.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.8.78 +Version=0.9.99 Encoding=UTF-8 Name=qpiskvork Comment=A gomoku or renju manager adapting to Windows and Linux systems. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index becc3d7..71d5de5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -16,7 +16,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. name: qpiskvork # you probably want to 'snapcraft register ' -version: '0.8.78' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.9.99' # just for humans, typically '1.2+git' or '1.3.2' summary: Another gomoku or renju manager adapting to Windows and Linux systems. # 79 char long summary description: | This program aims to become a gomoku or renju manager with the protocol diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 66fe636..9607588 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2062,7 +2062,7 @@ void MainWindow::OnActionNumOfMove() void MainWindow::OnActionVer() { - const QString strVerNum = tr("Ver Num: ") + "0.8.78-features" + "\n"; + const QString strVerNum = tr("Ver Num: ") + "0.9.99-features" + "\n"; QString strBuildTime = tr("Build at "); strBuildTime.append(__TIMESTAMP__); strBuildTime.append("\n");