Sanmill v1.1.12 (2025)

Official release version of Sanmill v1.1.12

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-07-06 00:56:38 +08:00
parent b0ca62bced
commit 77fbb0749f
7 changed files with 21 additions and 5 deletions

View File

@ -0,0 +1,4 @@
v1.1.12
* Verbesserung der persischen Übersetzung.
* Traditionelle chinesische Übersetzung hinzufügen.

View File

@ -0,0 +1,4 @@
v1.1.12
* Improve Persian translation.
* Add Traditional Chinese translation.

View File

@ -0,0 +1,4 @@
v1.1.12
* Mejorar la traducción al persa.
* Añadir la traducción al chino tradicional.

View File

@ -0,0 +1,4 @@
v1.1.12
* 改进波斯语翻译。
* 增加正體中文翻譯。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1.1.11.1
PRODUCTVERSION 1.1.11.1
FILEVERSION 1.1.12.1
PRODUCTVERSION 1.1.12.1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

View File

@ -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.11+2020
version: 1.1.12+2025
environment:
sdk: '>=2.12.0 <3.0.0'

View File

@ -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,11
#define VERSION_AS_NUMBER 1,1,12
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.1.11"
#define VERSION_AS_STRING "1.1.12"
#endif
VS_VERSION_INFO VERSIONINFO