Bump to version 0.9.9.6

This commit is contained in:
twinaphex 2013-08-16 03:57:09 +02:00
parent 551fd27204
commit 963f206456
5 changed files with 18 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.retroarch"
android:versionCode="20"
android:versionName="0.9.9.5" >
android:versionCode="21"
android:versionName="0.9.9.6" >
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
<uses-sdk

View File

@ -10,6 +10,11 @@
android:layout_height="wrap_content"
android:layout_margin="40px"
android:text="
r21 (August 16, 2013)\n\n
* [VBA Next] Fixes serious regressions - most evident in Golden Sun games -\n
battle screens etc.\n
* [VBA Next] Add a core option to change the control button layout from (left\n
to right) B to A to (left to right) A to B.\n
r19 (August 15, 2013)\n\n
* [Android] Input autodetection fixes -\n
- DualShock3 pad controls fixed\n

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="RetroArch 0.9.9.5 - Main Menu" >
android:title="RetroArch 0.9.9.6 - Main Menu" >
<PreferenceScreen android:title="TV Mode">
<intent

View File

@ -1,3 +1,11 @@
------------------------------------------------------------------------------
v0.9.9.6
------------------------------------------------------------------------------
* [VBA Next] Fixes serious regressions - most evident in Golden Sun games -
battle screens etc.
* [VBA Next] Add a core option to change the control button layout from (left
to right) B to A to (left to right) A to B.
------------------------------------------------------------------------------
v0.9.9.5
------------------------------------------------------------------------------

View File

@ -41,9 +41,9 @@
#ifndef PACKAGE_VERSION
#ifdef __QNX__
/* FIXME - avoid too many decimal points in number error */
#define PACKAGE_VERSION "0995"
#define PACKAGE_VERSION "0996"
#else
#define PACKAGE_VERSION "0.9.9.5"
#define PACKAGE_VERSION "0.9.9.6"
#endif
#endif