Sanmill v1.0.21 (1901)

Official release version of Sanmill v1.0.21

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-06-09 01:18:18 +08:00
parent 3c078eb934
commit d707f0b5f6
6 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,3 @@
v1.0.21
* Unterstützen Sie das Exportieren und Importieren des Spiels.

View File

@ -0,0 +1,3 @@
v1.0.21
* Support exporting and importing the game.

View File

@ -0,0 +1,3 @@
v1.0.21
* 支持导出棋局到剪贴板以及从剪贴板导入棋局。

View File

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

View File

@ -1,7 +1,7 @@
name: sanmill name: sanmill
description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program. description: Sanmill is a open-source, powerful UCI-like Nine Men's Morris (and its variants) program.
version: 1.0.20+1894 version: 1.0.21+1901
environment: environment:
sdk: '>=2.12.0 <3.0.0' 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 #ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else #else
#define VERSION_AS_NUMBER 1,0,20 #define VERSION_AS_NUMBER 1,0,21
#endif #endif
#ifdef FLUTTER_BUILD_NAME #ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else #else
#define VERSION_AS_STRING "1.0.20" #define VERSION_AS_STRING "1.0.21"
#endif #endif
VS_VERSION_INFO VERSIONINFO VS_VERSION_INFO VERSIONINFO