Bump to version 1.7.0

This commit is contained in:
twinaphex 2017-12-25 18:17:57 +01:00
parent de5d5b0860
commit 2fd3f41865
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="63"
android:versionName="1.6.9"
android:versionCode="64"
android:versionName="1.7.0"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

View File

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

View File

@ -1 +1 @@
<!ENTITY version "1.6.8">
<!ENTITY version "1.7.0">