Bump up version to 1.6.7
This commit is contained in:
parent
b4912db587
commit
73e00e021a
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.6.0"
|
RARCH_VERSION = "1.6.7.0"
|
||||||
|
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.6.0"
|
RARCH_VERSION = "1.6.7.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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.6.0"
|
RARCH_VERSION = "1.6.7.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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
RARCH_VERSION = "1.6.6.0"
|
RARCH_VERSION = "1.6.7.0"
|
||||||
|
|
||||||
DEBUG = 0
|
DEBUG = 0
|
||||||
HAVE_LOGGER = 0
|
HAVE_LOGGER = 0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
RARCH_VERSION=1.6.5
|
RARCH_VERSION=1.6.7
|
||||||
PLATFORM=$1
|
PLATFORM=$1
|
||||||
SALAMANDER=no
|
SALAMANDER=no
|
||||||
MAKEFILE_GRIFFIN=no
|
MAKEFILE_GRIFFIN=no
|
||||||
|
|
|
@ -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="60"
|
android:versionCode="61"
|
||||||
android:versionName="1.6.6"
|
android:versionName="1.6.7"
|
||||||
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"/>
|
||||||
|
|
|
@ -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.6</version>
|
<version>1.6.7</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>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<app version="1">
|
<app version="1">
|
||||||
<name>Retroarch</name>
|
<name>Retroarch</name>
|
||||||
<coder>Libretro</coder>
|
<coder>Libretro</coder>
|
||||||
<version>1.66</version>
|
<version>1.67</version>
|
||||||
<release_date>20170108133000</release_date>
|
<release_date>20170108133000</release_date>
|
||||||
<short_description></short_description>
|
<short_description></short_description>
|
||||||
<long_description>RetroArch
|
<long_description>RetroArch
|
||||||
|
|
Loading…
Reference in New Issue