Bump up versions

This commit is contained in:
twinaphex 2017-07-28 06:42:02 +02:00
parent 2c587731bd
commit adae0656eb
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="55"
android:versionName="1.6.0"
android:versionCode="56"
android:versionName="1.6.3"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

View file

@ -2,7 +2,7 @@
<app version="1">
<name>RetroArch</name>
<coder>Libretro</coder>
<version>1.6.0</version>
<version>1.6.3</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>

View file

@ -2,8 +2,8 @@
<app version="1">
<name>Retroarch</name>
<coder>Libretro</coder>
<version>1.50</version>
<release_date>20170107153000</release_date>
<version>1.63</version>
<release_date>20170107283000</release_date>
<short_description></short_description>
<long_description>RetroArch
</long_description>

View file

@ -18,7 +18,7 @@
#define RARCH_VERSION_H__
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.6.2"
#define PACKAGE_VERSION "1.6.3"
#endif
#endif