Skip to content

Commit b2ceb50

Browse files
committed
Update to 1.7.3
1 parent 6c95cbb commit b2ceb50

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 1.7.3 (future)
1+
# 1.7.4 (future)
2+
3+
# 1.7.3
24
- AUDIO: Audio mixer supports FLAC/MP3 file types now!
35
- COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too.
46
- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013).

pkg/android/phoenix/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.retroarch"
4-
android:versionCode="68"
5-
android:versionName="1.7.2"
4+
android:versionCode="69"
5+
android:versionName="1.7.3"
66
android:installLocation="internalOnly">
77
<uses-feature android:glEsVersion="0x00020000" />
88
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

pkg/wii/meta.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>RetroArch</name>
55
<coder>Libretro</coder>
66
<version>&version;</version>
7-
<release_date>2012-2017</release_date>
7+
<release_date>2012-2018</release_date>
88
<short_description>The cross-platform entertainment system</short_description>
99
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
1010
<no_ios_reload/>

version.all

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# /* - pkg/snap/snapcraft.yaml (including the github url) */
77

88
#if 0
9-
RARCH_VERSION="1.7.2"
9+
RARCH_VERSION="1.7.3"
1010
#endif
1111
#ifndef PACKAGE_VERSION
12-
#define PACKAGE_VERSION "1.7.2"
12+
#define PACKAGE_VERSION "1.7.3"
1313
#endif

0 commit comments

Comments
 (0)