Skip to content

Commit

Permalink
Bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Dec 25, 2017
1 parent de5d5b0 commit 2fd3f41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/android/phoenix/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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"/>
Expand Down
4 changes: 2 additions & 2 deletions version.all
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.dtd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!ENTITY version "1.6.8">
<!ENTITY version "1.7.0">

0 comments on commit 2fd3f41

Please sign in to comment.