Skip to content

Commit

Permalink
Sanmill v4.1.0 (3942)
Browse files Browse the repository at this point in the history
Official release version of Sanmill v4.1.0
  • Loading branch information
calcitem committed Mar 31, 2024
1 parent 8a45850 commit 8e1e0d6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/3942.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v4.1.0

* Fix Random algorithm didn't work with Perfect Database disabled.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/3942.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v4.1.0

* 修复当完美数据库禁用时,Random 算法不能使用的问题。
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=4.0.10
Version=4.1.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: 4.0.10
version: 4.1.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/debian/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ flutter_app:

control:
Package: mill
Version: 4.0.10
Version: 4.1.0
Architecture: amd64
Priority: optional
Depends:
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: 4.0.10+3937
version: 4.1.0+3942

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 4.0.10.0
PRODUCTVERSION 4.0.10.0
FILEVERSION 4.1.0.0
PRODUCTVERSION 4.1.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", "4.0.10.0"
VALUE "FileVersion", "4.1.0.0"
VALUE "InternalName", "Sanmill Pro"
VALUE "LegalCopyright", "(C) 2019-2024 Calcitem Studio and Sanmill Developers"
VALUE "OriginalFilename", "mill-pro.exe"
VALUE "ProductName", "Mill Pro"
VALUE "ProductVersion", "4.0.10.0"
VALUE "ProductVersion", "4.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 8e1e0d6

Please sign in to comment.