Bump to version 1.6.9

This commit is contained in:
twinaphex 2017-11-21 16:31:17 +01:00
parent 3ac298a2ce
commit 6f5cad5f59
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
# 1.7.0 (future)
# 1.6.9 (future) # 1.6.9 (future)
# 1.6.8 # 1.6.8

View File

@ -2,7 +2,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="63" android:versionCode="63"
android:versionName="1.6.8" android:versionName="1.6.9"
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

@ -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.6.8" RARCH_VERSION="1.6.9"
#endif #endif
#ifndef PACKAGE_VERSION #ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.6.8" #define PACKAGE_VERSION "1.6.9"
#endif #endif