From 02cfe1f7c0d0594ba1fa5939589e2d748e7e1434 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 13 Aug 2017 19:07:58 +0200 Subject: [PATCH] Bump up version to 1.6.5 --- CHANGES.md | 4 +++- Makefile.ps3 | 2 +- Makefile.psl1ght | 2 +- dist-scripts/dist-cores.sh | 2 +- pkg/android/phoenix/AndroidManifest.xml | 4 ++-- pkg/wii/meta.xml | 2 +- pkg/wiiu/meta.xml | 4 ++-- version.h | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 03ab6f25b8..be42707a03 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/Makefile.ps3 b/Makefile.ps3 index 944839aed5..2a106b97a2 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -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 diff --git a/Makefile.psl1ght b/Makefile.psl1ght index 0569e41311..c0f1d611f1 100644 --- a/Makefile.psl1ght +++ b/Makefile.psl1ght @@ -1,4 +1,4 @@ -RARCH_VERSION = "1.6.4.0" +RARCH_VERSION = "1.6.5.0" DEBUG = 0 HAVE_LOGGER = 0 diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index e2eb5d7096..285ef68570 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -1,6 +1,6 @@ #!/bin/sh -RARCH_VERSION=1.6.4 +RARCH_VERSION=1.6.5 PLATFORM=$1 SALAMANDER=no MAKEFILE_GRIFFIN=no diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index e5a1495129..f223ac789e 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index 018f8b1fc4..814c0f059a 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -2,7 +2,7 @@ RetroArch Libretro - 1.6.4 + 1.6.5 2012-2017 The cross-platform entertainment system A port of RetroArch to the GameCube/Wii. diff --git a/pkg/wiiu/meta.xml b/pkg/wiiu/meta.xml index 3838b59b2b..39c72952e2 100644 --- a/pkg/wiiu/meta.xml +++ b/pkg/wiiu/meta.xml @@ -2,8 +2,8 @@ Retroarch Libretro - 1.64 - 20170108073000 + 1.65 + 20170108133000 RetroArch diff --git a/version.h b/version.h index d55f77f791..2beaab26a2 100644 --- a/version.h +++ b/version.h @@ -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