Sanmill v1.0.23 (1919)

Official release version of Sanmill v1.0.23

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-06-12 23:52:52 +08:00
parent c25218bb34
commit 97247acb80
6 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,3 @@
v1.0.23
* Beim Import von Move List werden verschiedene Formatvarianten unterstützt.

View File

@ -0,0 +1,3 @@
v1.0.23
* Various format variants are supported when importing Move List.

View File

@ -0,0 +1,3 @@
v1.0.23
* 导入的棋谱已支持各种不同格式变种。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,22,0
PRODUCTVERSION 1,0,22,0
FILEVERSION 1,0,23,0
PRODUCTVERSION 1,0,23,0
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.0.22+1908
version: 1.0.23+1919
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,0,22
#define VERSION_AS_NUMBER 1,0,23
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.22"
#define VERSION_AS_STRING "1.0.23"
#endif
VS_VERSION_INFO VERSIONINFO