Bump up to 1.6.4

This commit is contained in:
twinaphex 2017-08-07 19:16:09 +02:00
parent 7649164f51
commit 08118cb445
9 changed files with 13 additions and 11 deletions

View file

@ -1,4 +1,6 @@
# 1.6.4 (future) # 1.6.5 (future)
# 1.6.4
- ANDROID: Fire Stick & Fire TV remote overrides gamepad port 0 on button press and viceversa like SHIELD devices - ANDROID: Fire Stick & Fire TV remote overrides gamepad port 0 on button press and viceversa like SHIELD devices
- ANDROID: Provide default save / system / state / screenshot locations - ANDROID: Provide default save / system / state / screenshot locations

View file

@ -1,4 +1,4 @@
RARCH_VERSION = "0.9.9.3" RARCH_VERSION = "1.6.4.0"
#which compiler to build with - GCC or SNC #which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger #set to GCC for debug builds for use with debugger

View file

@ -1,4 +1,4 @@
RARCH_VERSION = "0.9.9.3" RARCH_VERSION = "1.6.4.0"
DEBUG = 0 DEBUG = 0
HAVE_LOGGER = 0 HAVE_LOGGER = 0

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
RARCH_VERSION=1.3.6 RARCH_VERSION=1.6.4
PLATFORM=$1 PLATFORM=$1
SALAMANDER=no SALAMANDER=no
MAKEFILE_GRIFFIN=no MAKEFILE_GRIFFIN=no

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch" package="com.retroarch"
android:versionCode="57" android:versionCode="58"
android:versionName="1.6.3" android:versionName="1.6.4"
android:installLocation="internalOnly"> android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" /> <uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/> <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

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.3.6</versionNumber> <versionNumber>1.6.4</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

@ -2,7 +2,7 @@
<app version="1"> <app version="1">
<name>RetroArch</name> <name>RetroArch</name>
<coder>Libretro</coder> <coder>Libretro</coder>
<version>1.6.3</version> <version>1.6.4</version>
<release_date>2012-2017</release_date> <release_date>2012-2017</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>

View file

@ -2,8 +2,8 @@
<app version="1"> <app version="1">
<name>Retroarch</name> <name>Retroarch</name>
<coder>Libretro</coder> <coder>Libretro</coder>
<version>1.63</version> <version>1.64</version>
<release_date>20170107283000</release_date> <release_date>20170108073000</release_date>
<short_description></short_description> <short_description></short_description>
<long_description>RetroArch <long_description>RetroArch
</long_description> </long_description>

View file

@ -18,7 +18,7 @@
#define RARCH_VERSION_H__ #define RARCH_VERSION_H__
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.6.3" #define PACKAGE_VERSION "1.6.4"
#endif #endif
#endif #endif