diff --git a/macos/Info.plist b/macos/Info.plist index 07c04d5e..30bec923 100644 --- a/macos/Info.plist +++ b/macos/Info.plist @@ -13,7 +13,7 @@ CFBundleIconFile icon.icns CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType diff --git a/windows/resource.rc b/windows/resource.rc index 293e38d3..22e7cfbe 100644 --- a/windows/resource.rc +++ b/windows/resource.rc @@ -2,3 +2,23 @@ #include "resource.h" IDI_APPICON ICON "icon.ico" + +VS_VERSION_INFO VERSIONINFO +FILEVERSION 1,0,2,0 +PRODUCTVERSION 1,0,2,0 +{ +BLOCK "StringFileInfo" +{ +BLOCK "040904b0" +{ +VALUE "FileVersion", "1.0.2.0\0" +VALUE "OriginalFilename", "mkxp-z.exe\0" +VALUE "ProductName", "mkxp-z\0" +VALUE "ProductVersion", "1.0.2.0\0" +} +} +BLOCK "VarFileInfo" +{ +VALUE "Translation", 0x409, 1200 +} +}