Skip to content

Commit

Permalink
Sanmill v1.1.24 (2090)
Browse files Browse the repository at this point in the history
Official release version of Sanmill v1.1.24

Signed-off-by: Calcitem <[email protected]>
  • Loading branch information
calcitem committed Jul 30, 2021
1 parent 33533b8 commit 8054e4b
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/2090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.1.24

* Standardmäßig nicht platzierte Stückzähler anzeigen.
* Finnische Übersetzung verbessern.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.1.24

* Show unplaced pieces counter by default.
* Improve Finnish translation.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/2090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.1.24

* Mostrar contador de piezas no colocadas por defecto.
* Mejorar la traducción al finlandés.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/2090.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.1.24

* 默认显示未摆子的棋子数量。
* 改进芬兰语翻译。
8 changes: 4 additions & 4 deletions millgame.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,23,0
PRODUCTVERSION 1,1,23,0
FILEVERSION 1,1,24,0
PRODUCTVERSION 1,1,24,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Game"
VALUE "FileVersion", "1.1.23.0"
VALUE "FileVersion", "1.1.24.0"
VALUE "InternalName", "Sanmill"
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
VALUE "OriginalFilename", "MillGame.exe"
VALUE "ProductName", "MillGame"
VALUE "ProductVersion", "1.1.23.0"
VALUE "ProductVersion", "1.1.24.0"
END
END
BLOCK "VarFileInfo"
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.

version: 1.1.23+2086
version: 1.1.24+2090

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
4 changes: 2 additions & 2 deletions src/ui/flutter_app/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,1,23
#define VERSION_AS_NUMBER 1,1,24
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.1.23"
#define VERSION_AS_STRING "1.1.24"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 8054e4b

Please sign in to comment.