From b2ceb50897bc5c314bbd653a583a95050f03e1e2 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 May 2018 05:45:02 +0200 Subject: [PATCH] Update to 1.7.3 --- CHANGES.md | 4 +++- pkg/android/phoenix/AndroidManifest.xml | 4 ++-- pkg/wii/meta.xml | 2 +- version.all | 4 ++-- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 05d42ef782..cda5a40971 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ -# 1.7.3 (future) +# 1.7.4 (future) + +# 1.7.3 - AUDIO: Audio mixer supports FLAC/MP3 file types now! - 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. - COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013). diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index 9671cc6bbf..b734c01b85 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index aa4c7cc2aa..85eb934150 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -4,7 +4,7 @@ RetroArch Libretro &version; - 2012-2017 + 2012-2018 The cross-platform entertainment system A port of RetroArch to the GameCube/Wii. diff --git a/version.all b/version.all index 131cdf4938..bb6f3b2629 100644 --- a/version.all +++ b/version.all @@ -6,8 +6,8 @@ # /* - pkg/snap/snapcraft.yaml (including the github url) */ #if 0 -RARCH_VERSION="1.7.2" +RARCH_VERSION="1.7.3" #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.7.2" +#define PACKAGE_VERSION "1.7.3" #endif