Sanmill v1.1.1 (1953)
Official release version of Sanmill v1.1.1 Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
parent
f5dcd3c2aa
commit
a93f7445b9
|
@ -0,0 +1,4 @@
|
|||
v1.1.1
|
||||
|
||||
* Unterstützt den Import von PlayOK-Notation.
|
||||
* Unterstützt spezifische N von "N-Bewegungsregeln".
|
|
@ -0,0 +1,4 @@
|
|||
v1.1.1
|
||||
|
||||
* Support importing PlayOK notation.
|
||||
* Support specific N of "N-move rules".
|
|
@ -0,0 +1,4 @@
|
|||
v1.1.1
|
||||
|
||||
* 支持导入 PlayOK 格式的棋谱。
|
||||
* 支持配置多少步无吃子则和棋。
|
|
@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,1,0,0
|
||||
PRODUCTVERSION 1,1,0,0
|
||||
FILEVERSION 1,1.1.1
|
||||
PRODUCTVERSION 1,1.1.1
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
|
|
@ -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.0+1940
|
||||
version: 1.1.1+1953
|
||||
|
||||
environment:
|
||||
sdk: '>=2.12.0 <3.0.0'
|
||||
|
|
|
@ -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,0
|
||||
#define VERSION_AS_NUMBER 1,1,1
|
||||
#endif
|
||||
|
||||
#ifdef FLUTTER_BUILD_NAME
|
||||
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
||||
#else
|
||||
#define VERSION_AS_STRING "1.1.0"
|
||||
#define VERSION_AS_STRING "1.1.1"
|
||||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
|
Loading…
Reference in New Issue