Sanmill v1.1.4 (1962)
Official release version of Sanmill v1.1.4 Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
parent
f456fecea3
commit
d8aea6c680
|
@ -0,0 +1,3 @@
|
|||
v1.1.4
|
||||
|
||||
* Unterstützt die Einstellung von Sprachen auf Englisch, Deutsch, Persisch, Ungarisch, Rumänisch und Chinesisch.
|
|
@ -0,0 +1,3 @@
|
|||
v1.1.4
|
||||
|
||||
* Support setting languages to English, German, Persian, Hungarian, Romanian, and Chinese.
|
|
@ -0,0 +1,3 @@
|
|||
v1.1.4
|
||||
|
||||
* 支持将语言设置为英语、德语、波斯语、匈牙利语、罗马尼亚语和汉语。
|
|
@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1.1.3.1
|
||||
PRODUCTVERSION 1.1.3.1
|
||||
FILEVERSION 1.1.4.1
|
||||
PRODUCTVERSION 1.1.4.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.3+1959
|
||||
version: 1.1.4+1962
|
||||
|
||||
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,3
|
||||
#define VERSION_AS_NUMBER 1,1,4
|
||||
#endif
|
||||
|
||||
#ifdef FLUTTER_BUILD_NAME
|
||||
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
||||
#else
|
||||
#define VERSION_AS_STRING "1.1.3"
|
||||
#define VERSION_AS_STRING "1.1.4"
|
||||
#endif
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
|
|
Loading…
Reference in New Issue