Skip to content

Commit

Permalink
Bump up version to 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 17, 2017
1 parent b4912db commit 73e00e0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile.openpandora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.6.0"
RARCH_VERSION = "1.6.7.0"

DEBUG = 0

Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.6.0"
RARCH_VERSION = "1.6.7.0"

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
Expand Down
2 changes: 1 addition & 1 deletion Makefile.ps3.cobra
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.6.0"
RARCH_VERSION = "1.6.7.0"

#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger
Expand Down
2 changes: 1 addition & 1 deletion Makefile.psl1ght
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.6.0"
RARCH_VERSION = "1.6.7.0"

DEBUG = 0
HAVE_LOGGER = 0
Expand Down
2 changes: 1 addition & 1 deletion dist-scripts/dist-cores.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

RARCH_VERSION=1.6.5
RARCH_VERSION=1.6.7
PLATFORM=$1
SALAMANDER=no
MAKEFILE_GRIFFIN=no
Expand Down
4 changes: 2 additions & 2 deletions pkg/android/phoenix/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="60"
android:versionName="1.6.6"
android:versionCode="61"
android:versionName="1.6.7"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
Expand Down
2 changes: 1 addition & 1 deletion pkg/wii/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app version="1">
<name>RetroArch</name>
<coder>Libretro</coder>
<version>1.6.6</version>
<version>1.6.7</version>
<release_date>2012-2017</release_date>
<short_description>The cross-platform entertainment system</short_description>
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
Expand Down
2 changes: 1 addition & 1 deletion pkg/wiiu/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<app version="1">
<name>Retroarch</name>
<coder>Libretro</coder>
<version>1.66</version>
<version>1.67</version>
<release_date>20170108133000</release_date>
<short_description></short_description>
<long_description>RetroArch
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define RARCH_VERSION_H__

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.6.6"
#define PACKAGE_VERSION "1.6.7"
#endif

#endif

0 comments on commit 73e00e0

Please sign in to comment.