mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
bump version
This commit is contained in:
parent
bb7fc632db
commit
624ab713ce
3 changed files with 6 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>icon.icns</string>
|
<string>icon.icns</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.3</string>
|
<string>1.1.0</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
project('mkxp-z', 'cpp', 'c', version: '1.0.3', default_options: ['cpp_std=c++11'])
|
project('mkxp-z', 'cpp', 'c', version: '1.1.0', default_options: ['cpp_std=c++11'])
|
||||||
|
|
||||||
minimum_macos_version = get_option('macos_min_version')
|
minimum_macos_version = get_option('macos_min_version')
|
||||||
|
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
IDI_APPICON ICON "icon.ico"
|
IDI_APPICON ICON "icon.ico"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,0,3,0
|
FILEVERSION 1,1,0,0
|
||||||
PRODUCTVERSION 1,0,3,0
|
PRODUCTVERSION 1,1,0,0
|
||||||
{
|
{
|
||||||
BLOCK "StringFileInfo"
|
BLOCK "StringFileInfo"
|
||||||
{
|
{
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
{
|
{
|
||||||
VALUE "FileVersion", "1.0.3.0\0"
|
VALUE "FileVersion", "1.1.0.0\0"
|
||||||
VALUE "OriginalFilename", "mkxp-z.exe\0"
|
VALUE "OriginalFilename", "mkxp-z.exe\0"
|
||||||
VALUE "ProductName", "mkxp-z\0"
|
VALUE "ProductName", "mkxp-z\0"
|
||||||
VALUE "ProductVersion", "1.0.3.0\0"
|
VALUE "ProductVersion", "1.1.0.0\0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Add table
Reference in a new issue