Sanmill v1.0.4
Official release version of Sanmill v1.0.4
This commit is contained in:
parent
0b9fde3a6a
commit
acd44abdb7
|
@ -0,0 +1,3 @@
|
||||||
|
v1.0.4
|
||||||
|
|
||||||
|
* Lock screen orientation to portrait.
|
|
@ -0,0 +1,3 @@
|
||||||
|
v1.0.4
|
||||||
|
|
||||||
|
* 限制只能竖屏使用。
|
|
@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,0,3,0
|
FILEVERSION 1,0,4,0
|
||||||
PRODUCTVERSION 1,0,3,0
|
PRODUCTVERSION 1,0,4,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -39,12 +39,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Calcitem"
|
VALUE "CompanyName", "Calcitem"
|
||||||
VALUE "FileDescription", "Mill Game"
|
VALUE "FileDescription", "Mill Game"
|
||||||
VALUE "FileVersion", "1.0.3.0"
|
VALUE "FileVersion", "1.0.4.0"
|
||||||
VALUE "InternalName", "Sanmill"
|
VALUE "InternalName", "Sanmill"
|
||||||
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
|
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
|
||||||
VALUE "OriginalFilename", "MillGame.exe"
|
VALUE "OriginalFilename", "MillGame.exe"
|
||||||
VALUE "ProductName", "MillGame"
|
VALUE "ProductName", "MillGame"
|
||||||
VALUE "ProductVersion", "1.0.3.0"
|
VALUE "ProductVersion", "1.0.4.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -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.3+1768
|
version: 1.0.4+1776
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.12.0 <3.0.0'
|
sdk: '>=2.12.0 <3.0.0'
|
||||||
|
|
Loading…
Reference in New Issue