diff --git a/snap/gui/mill.desktop b/snap/gui/mill.desktop index 3311c20c6..d97e3efbc 100644 --- a/snap/gui/mill.desktop +++ b/snap/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=5.0.0 +Version=5.4.0 Encoding=UTF-8 Name=Mill Comment=A Mill Game which supports many rule variants. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 082bd3a2e..ced015639 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: mill -version: 5.0.0 +version: 5.4.0 summary: A Mill Game which supports many rule variants. description: | Nine men's morris is a strategy board game for two players diff --git a/src/ui/flutter_app/debian/debian.yaml b/src/ui/flutter_app/debian/debian.yaml index 631b942f5..064d49505 100644 --- a/src/ui/flutter_app/debian/debian.yaml +++ b/src/ui/flutter_app/debian/debian.yaml @@ -6,7 +6,7 @@ flutter_app: control: Package: mill - Version: 5.0.0 + Version: 5.4.0 Architecture: amd64 Priority: optional Depends: diff --git a/src/ui/flutter_app/debian/gui/mill.desktop b/src/ui/flutter_app/debian/gui/mill.desktop index ba82fe9bb..0a3c32931 100644 --- a/src/ui/flutter_app/debian/gui/mill.desktop +++ b/src/ui/flutter_app/debian/gui/mill.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Version=5.0.0 +Version=5.4.0 Encoding=UTF-8 Name=Mill Comment=A Mill Game which supports many rule variants. diff --git a/src/ui/qt/mill-pro.rc b/src/ui/qt/mill-pro.rc index a8ce422ed..f5dcc0e88 100644 --- a/src/ui/qt/mill-pro.rc +++ b/src/ui/qt/mill-pro.rc @@ -21,8 +21,8 @@ IDI_ICON1 ICON DISCARDABLE "Mill.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5.0.0.0 - PRODUCTVERSION 5.0.0.0 + FILEVERSION 5.4.0.0 + PRODUCTVERSION 5.4.0.0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -39,12 +39,12 @@ BEGIN BEGIN VALUE "CompanyName", "Calcitem" VALUE "FileDescription", "Mill Pro" - VALUE "FileVersion", "5.0.0.0" + VALUE "FileVersion", "5.4.0.0" VALUE "InternalName", "Sanmill Pro" VALUE "LegalCopyright", "(C) 2019-2024 Calcitem Studio and Sanmill Developers" VALUE "OriginalFilename", "mill-pro.exe" VALUE "ProductName", "Mill Pro" - VALUE "ProductVersion", "5.0.0.0" + VALUE "ProductVersion", "5.4.0.0" END END BLOCK "VarFileInfo"