Skip to content

Commit

Permalink
Sanmill v3.7.0 (3739)
Browse files Browse the repository at this point in the history
Official release version of Sanmill v3.7.0

Signed-off-by: Calcitem <calcitem@outlook.com>
Change-Id: I80e07c493469a45fd73187dc5c386a7718866b2c
  • Loading branch information
calcitem committed Oct 2, 2023
1 parent 0490362 commit 1357a15
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3739.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v3.7.0

* Improved translation for multiple languages.
* Qt application now officially supports loading the Perfect Database.
Mobile applications currently do not support loading the Perfect Database.
To use the Perfect Database, please download the PC version of the program.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/3739.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
v3.7.0

* 改进了多种语言的翻译。
* Qt 应用程序现在正式支持加载无敌数据库。
App 目前不支持加载无敌数据库。
要使用无敌数据库,请下载该程序的PC版本。
2 changes: 1 addition & 1 deletion snap/gui/mill.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.6.3
Version=3.7.0
Encoding=UTF-8
Name=Mill
Comment=A Mill Game which supports many rule variants.
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mill
version: 3.6.3
version: 3.7.0
summary: A Mill Game which supports many rule variants.
description: |
Nine men's morris is a strategy board game for two players
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.
publish_to: none
version: 3.6.3+3602
version: 3.7.0+3739

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down
8 changes: 4 additions & 4 deletions src/ui/qt/mill-pro.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "Mill.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3.6.3.0
PRODUCTVERSION 3.6.3.0
FILEVERSION 3.7.0.0
PRODUCTVERSION 3.7.0.0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Pro"
VALUE "FileVersion", "3.6.3.0"
VALUE "FileVersion", "3.7.0.0"
VALUE "InternalName", "Sanmill Pro"
VALUE "LegalCopyright", "(C) 2019-2023 Calcitem Studio and Sanmill Developers"
VALUE "OriginalFilename", "mill-pro.exe"
VALUE "ProductName", "Mill Pro"
VALUE "ProductVersion", "3.6.3.0"
VALUE "ProductVersion", "3.7.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 1357a15

Please sign in to comment.