Skip to content

Commit

Permalink
Sanmill v1.0.5
Browse files Browse the repository at this point in the history
Official release version of Sanmill v1.0.5
  • Loading branch information
calcitem committed May 14, 2021
1 parent d19b70e commit 2a7a3de
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1797.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v1.0.5

* Indicate white pieces as player 1 and black as player 2
* Change text 'Hint' to 'Info'
* Fix typo
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/1797.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
v1.0.5

* 先手方执黑变更为执白
* 工具栏第4个按钮文本由 “提示” 改为 “信息”
8 changes: 4 additions & 4 deletions millgame.rc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "MillGame.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,4,0
PRODUCTVERSION 1,0,4,0
FILEVERSION 1,0,5,0
PRODUCTVERSION 1,0,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -39,12 +39,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Calcitem"
VALUE "FileDescription", "Mill Game"
VALUE "FileVersion", "1.0.4.0"
VALUE "FileVersion", "1.0.5.0"
VALUE "InternalName", "Sanmill"
VALUE "LegalCopyright", "(C) 2019-2021 Calcitem, All Rights Reserved."
VALUE "OriginalFilename", "MillGame.exe"
VALUE "ProductName", "MillGame"
VALUE "ProductVersion", "1.0.4.0"
VALUE "ProductVersion", "1.0.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion src/ui/flutter_app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.0.4+1776
version: 1.0.5+1797

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
18 changes: 9 additions & 9 deletions src/ui/flutter_app/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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,0,4
#define VERSION_AS_NUMBER 1,0,5
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.4"
#define VERSION_AS_STRING "1.0.5"
#endif

VS_VERSION_INFO VERSIONINFO
Expand All @@ -89,13 +89,13 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.calcitem" "\0"
VALUE "FileDescription", "A new Flutter project." "\0"
VALUE "CompanyName", "Calcitem Studio" "\0"
VALUE "FileDescription", "Sanmill for Windows." "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "app" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 com.calcitem. All rights reserved." "\0"
VALUE "OriginalFilename", "app.exe" "\0"
VALUE "ProductName", "app" "\0"
VALUE "InternalName", "Sanmill" "\0"
VALUE "LegalCopyright", "Copyright (C) 2021 Calcitem Studio" "\0"
VALUE "OriginalFilename", "Mill.exe" "\0"
VALUE "ProductName", "Mill (N Men's Morris)" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END
Expand All @@ -118,4 +118,4 @@ END


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
#endif // not APSTUDIO_INVOKED

0 comments on commit 2a7a3de

Please sign in to comment.