Skip to content

Commit

Permalink
fix: some adjustments 🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Jul 24, 2024
1 parent 8c5c176 commit c66f83e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(qpiskvork VERSION 0.5 LANGUAGES CXX)
project(qpiskvork VERSION 0.9 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion snap/gui/qpiskvork.desktop
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

name: qpiskvork # you probably want to 'snapcraft register <name>'
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
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1998,7 +1998,7 @@ void MainWindow::OnActionNumOfMove()

void MainWindow::OnActionVer()
{
const QString strVerNum = tr("Ver Num: ") + "0.6.65" + "\n";
const QString strVerNum = tr("Ver Num: ") + "0.9.99" + "\n";
QString strBuildTime = tr("Build at ");
strBuildTime.append(__TIMESTAMP__);
strBuildTime.append("\n");
Expand Down

0 comments on commit c66f83e

Please sign in to comment.