Bump up version to 1.6.5

This commit is contained in:
twinaphex 2017-08-13 19:07:58 +02:00
parent f6458334b6
commit 02cfe1f7c0
8 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,6 @@
# 1.6.5 (future)
# 1.6.6 (future)
# 1.6.5
- 3DS: Fixes serious performance regression that affected every core; rewind was always implicitly enabled.
- AUDIO: MOD/S3M/XM sound should now be properly mixed in with the core's sound.
- GUI: Performance optimizations for XMB menu driver.

View file

@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.4.0"
RARCH_VERSION = "1.6.5.0"
#which compiler to build with - GCC or SNC
#set to GCC for debug builds for use with debugger

View file

@ -1,4 +1,4 @@
RARCH_VERSION = "1.6.4.0"
RARCH_VERSION = "1.6.5.0"
DEBUG = 0
HAVE_LOGGER = 0

View file

@ -1,6 +1,6 @@
#!/bin/sh
RARCH_VERSION=1.6.4
RARCH_VERSION=1.6.5
PLATFORM=$1
SALAMANDER=no
MAKEFILE_GRIFFIN=no

View file

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="58"
android:versionName="1.6.4"
android:versionCode="59"
android:versionName="1.6.5"
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.4</version>
<version>1.6.5</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.64</version>
<release_date>20170108073000</release_date>
<version>1.65</version>
<release_date>20170108133000</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.4"
#define PACKAGE_VERSION "1.6.5"
#endif
#endif