Bump up to 1.8.2

This commit is contained in:
twinaphex 2019-12-25 07:00:45 +01:00
parent ea4e5ab9ef
commit 921e470b05
9 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,6 @@
# Future # Future
# 1.8.2
- CHEEVOS: Display Unofficial and Unsupported achievement states - CHEEVOS: Display Unofficial and Unsupported achievement states
- CHEEVOS: Pass RetroArch and core versions through User-Agent HTTP header - CHEEVOS: Pass RetroArch and core versions through User-Agent HTTP header
- CHEEVOS: Use PSX.EXE if SYSTEM.CNF cannot be found - CHEEVOS: Use PSX.EXE if SYSTEM.CNF cannot be found

View File

@ -30,11 +30,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -30,11 +30,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string> <string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View File

@ -33,11 +33,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.8.1</string> <string>1.8.2</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>UIApplicationExitsOnSuspend</key> <key>UIApplicationExitsOnSuspend</key>

View File

@ -2,7 +2,7 @@
<qnx xmlns="http://www.qnx.com/schemas/application/1.0"> <qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.RetroArch</id> <id>com.RetroArch</id>
<versionNumber>1.8.1</versionNumber> <versionNumber>1.8.2</versionNumber>
<buildId>3</buildId> <buildId>3</buildId>
<description>Cross-platform entertainment system</description> <description>Cross-platform entertainment system</description>
<author>Team Libretro</author> <author>Team Libretro</author>

View File

@ -1,5 +1,5 @@
Name: retroarch Name: retroarch
Version: 1.8.1 Version: 1.8.2
Release: v1.2 Release: v1.2
Summary: Official reference frontend for libretro Summary: Official reference frontend for libretro

View File

@ -4,7 +4,7 @@
<name>RetroArch</name> <name>RetroArch</name>
<coder>Libretro</coder> <coder>Libretro</coder>
<version>&version;</version> <version>&version;</version>
<release_date>2012-2019</release_date> <release_date>2012-2020</release_date>
<short_description>The cross-platform entertainment system</short_description> <short_description>The cross-platform entertainment system</short_description>
<long_description>A port of RetroArch to the GameCube/Wii.</long_description> <long_description>A port of RetroArch to the GameCube/Wii.</long_description>
<no_ios_reload/> <no_ios_reload/>

View File

@ -4,7 +4,7 @@
<name>Retroarch</name> <name>Retroarch</name>
<coder>Libretro</coder> <coder>Libretro</coder>
<version>&version;</version> <version>&version;</version>
<release_date>20190505133000</release_date> <release_date>20200505133000</release_date>
<short_description></short_description> <short_description></short_description>
<long_description>RetroArch <long_description>RetroArch
</long_description> </long_description>

View File

@ -6,8 +6,8 @@
# /* - pkg/snap/snapcraft.yaml (including the github url) */ # /* - pkg/snap/snapcraft.yaml (including the github url) */
#if 0 #if 0
RARCH_VERSION="1.8.1" RARCH_VERSION="1.8.2"
#endif #endif
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.8.1" #define PACKAGE_VERSION "1.8.2"
#endif #endif