Skip to content

Commit

Permalink
doc: some adjustments and dump to v0.5.30 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Apr 26, 2023
1 parent 56ed216 commit de00743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: |
(https://plastovicka.github.io/protocl2en.htm).
* Support many rules(Free-style/Standard gomoku, renju, caro, swap2 etc.).
* Support many AI engines such as Rapfi, Yixin, AIWine, embryo etc.
* Support many AI engines such as AIWine, embryo, Z2I, Rapfi, Yixin etc.
* Wonderful GUI for human-computer interaction.
**For loading engines successfully, the steps as follow is necessary. **
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ void MainWindow::OnActionNumOfMove()

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

0 comments on commit de00743

Please sign in to comment.