diff --git a/snap/gui/qpiskvork.desktop b/snap/gui/qpiskvork.desktop index a01926c..eae0d6b 100644 --- a/snap/gui/qpiskvork.desktop +++ b/snap/gui/qpiskvork.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=0.5.60 +Version=0.6.65 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 2f2e7d1..1c37899 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.5.60' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.6.65' # 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 2f4db01..ec2ef80 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1986,7 +1986,7 @@ void MainWindow::OnActionNumOfMove() void MainWindow::OnActionVer() { - const QString strVerNum = tr("Ver Num: 0.5.60") + "\n"; + const QString strVerNum = tr("Ver Num: 0.6.65") + "\n"; QString strBuildTime = tr("Build at "); strBuildTime.append(__TIMESTAMP__); strBuildTime.append("\n");