Skip to content

Commit

Permalink
Bump up to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 15, 2016
1 parent f12092a commit 0a613c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion general.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#endif

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.3.1"
#define PACKAGE_VERSION "1.3.2"
#endif

#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion 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="44"
android:versionName="1.3.1"
android:versionName="1.3.2"
android:installLocation="preferExternal">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
Expand Down
4 changes: 2 additions & 2 deletions pkg/wii/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<app version="1">
<name>RetroArch</name>
<coder>Libretro</coder>
<version>1.3.0</version>
<release_date>2012-2015</release_date>
<version>1.3.2</version>
<release_date>2012-2016</release_date>
<short_description>The cross-platform entertainment system</short_description>
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
<no_ios_reload/>
Expand Down

0 comments on commit 0a613c0

Please sign in to comment.