Sanmill v1.1.36 (2182)

Official release version of Sanmill v1.1.36

Signed-off-by: Calcitem <calcitem@outlook.com>
This commit is contained in:
Calcitem 2021-09-25 20:03:03 +08:00
parent 0e832a2c23
commit 410275ba57
No known key found for this signature in database
GPG Key ID: F2F7C29E054CFB80
8 changed files with 27 additions and 7 deletions

View File

@ -0,0 +1,4 @@
v1.1.36
* Beheben Sie das Anzeigeproblem der Symbolrichtung im rechts-nach-links-Layout.
* Verbesserte arabische Übersetzung.

View File

@ -0,0 +1,4 @@
v1.1.36
* Fix the icon direction display problem in the right-to-left layout.
* Improved Arabic translation.

View File

@ -0,0 +1,4 @@
v1.1.36
* Solucione el problema de visualización de la dirección del icono en el diseño de derecha a izquierda.
* Traducción árabe mejorada.

View File

@ -0,0 +1,4 @@
v1.1.36
* مشکل نمایش جهت نماد را در طرح بندی راست به چپ برطرف کنید.
* بهبود ترجمه عربی

View File

@ -0,0 +1,4 @@
v1.1.36
* 修复从右到左布局中图标方向显示问题。
* 改进了阿拉伯语翻译。

View File

@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,35,0
PRODUCTVERSION 1,1,35,0
FILEVERSION 1,1,36,0
PRODUCTVERSION 1,1,36,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Game"
VALUE "FileVersion", "1.1.35.0"
VALUE "FileVersion", "1.1.36.0"
VALUE "InternalName", "Sanmill"
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
VALUE "OriginalFilename", "MillGame.exe"
VALUE "ProductName", "MillGame"
VALUE "ProductVersion", "1.1.35.0"
VALUE "ProductVersion", "1.1.36.0"
END
END
BLOCK "VarFileInfo"

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.35+2178
version: 1.1.36+2182
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,35
#define VERSION_AS_NUMBER 1,1,36
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.1.35"
#define VERSION_AS_STRING "1.1.36"
#endif
VS_VERSION_INFO VERSIONINFO