mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
bump version to 1.2.2
This commit is contained in:
parent
e9a26fe624
commit
3a6e4aeff4
4 changed files with 11 additions and 19 deletions
|
@ -13,7 +13,7 @@
|
|||
<key>CFBundleIconFile</key>
|
||||
<string>icon.icns</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.1</string>
|
||||
<string>1.2.2</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('mkxp-z', 'c', 'cpp', 'objc', 'objcpp', version: '1.2.0', meson_version: '>=0.47.0', default_options: ['cpp_std=c++11', 'buildtype=release', 'warning_level=0'])
|
||||
project('mkxp-z', 'c', 'cpp', 'objc', 'objcpp', version: '1.2.2', meson_version: '>=0.47.0', default_options: ['cpp_std=c++11', 'buildtype=release', 'warning_level=0'])
|
||||
|
||||
minimum_macos_version = get_option('macos_min_version')
|
||||
|
||||
|
@ -170,6 +170,10 @@ if steamworks == true
|
|||
shim_args += '-DSTEAM_APPID=' + get_option('steam_appid')
|
||||
endif
|
||||
|
||||
if get_option('console') == true
|
||||
shim_args += '-DSTEAMSHIM_DEBUG'
|
||||
endif
|
||||
|
||||
executable(meson.project_name(),
|
||||
sources: files('steamshim/steamshim_parent.cpp'),
|
||||
dependencies: steamlib,
|
||||
|
|
|
@ -332,18 +332,6 @@
|
|||
// "Game.rgssad", but specifying the executable name here
|
||||
// is a tiny bit less intrusive.
|
||||
//
|
||||
// "execName": "Game",
|
||||
|
||||
// The game's Steam AppID.
|
||||
//
|
||||
// If the ID was specified at build time, this setting is
|
||||
// ignored. If the ID is specified neither here nor in
|
||||
// the build itself, the program will raise an error
|
||||
// at startup.
|
||||
//
|
||||
// Only has an effect if mkxp-z was built with
|
||||
// Steam support.
|
||||
//
|
||||
// "steamAppId": 0
|
||||
// "execName": "Game"
|
||||
|
||||
}
|
||||
|
|
|
@ -4,17 +4,17 @@
|
|||
IDI_APPICON ICON "icon.ico"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 1,2,1,0
|
||||
PRODUCTVERSION 1,2,1,0
|
||||
FILEVERSION 1,2,2,0
|
||||
PRODUCTVERSION 1,2,2,0
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "040904b0"
|
||||
{
|
||||
VALUE "FileVersion", "1.2.1\0"
|
||||
VALUE "FileVersion", "1.2.2\0"
|
||||
VALUE "OriginalFilename", "mkxp-z.exe\0"
|
||||
VALUE "ProductName", "mkxp-z\0"
|
||||
VALUE "ProductVersion", "1.2.1\0"
|
||||
VALUE "ProductVersion", "1.2.2\0"
|
||||
}
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Add table
Reference in a new issue