From 08118cb4450766d3d546fe2d258df14cf6b6e473 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 7 Aug 2017 19:16:09 +0200 Subject: [PATCH] Bump up to 1.6.4 --- CHANGES.md | 4 +++- Makefile.ps3 | 2 +- Makefile.psl1ght | 2 +- dist-scripts/dist-cores.sh | 2 +- pkg/android/phoenix/AndroidManifest.xml | 4 ++-- pkg/qnx/bar-descriptor.xml | 2 +- pkg/wii/meta.xml | 2 +- pkg/wiiu/meta.xml | 4 ++-- version.h | 2 +- 9 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7b32b06307..6c0de5561d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,6 @@ -# 1.6.4 (future) +# 1.6.5 (future) + +# 1.6.4 - ANDROID: Fire Stick & Fire TV remote overrides gamepad port 0 on button press and viceversa like SHIELD devices - ANDROID: Provide default save / system / state / screenshot locations diff --git a/Makefile.ps3 b/Makefile.ps3 index b473249cb6..944839aed5 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -1,4 +1,4 @@ -RARCH_VERSION = "0.9.9.3" +RARCH_VERSION = "1.6.4.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 341fa5dbbf..0569e41311 100644 --- a/Makefile.psl1ght +++ b/Makefile.psl1ght @@ -1,4 +1,4 @@ -RARCH_VERSION = "0.9.9.3" +RARCH_VERSION = "1.6.4.0" DEBUG = 0 HAVE_LOGGER = 0 diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index 3331549d84..e2eb5d7096 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -1,6 +1,6 @@ #!/bin/sh -RARCH_VERSION=1.3.6 +RARCH_VERSION=1.6.4 PLATFORM=$1 SALAMANDER=no MAKEFILE_GRIFFIN=no diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index cadfcda205..e5a1495129 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/pkg/qnx/bar-descriptor.xml b/pkg/qnx/bar-descriptor.xml index f2f4588b3d..5ce0e2e67e 100644 --- a/pkg/qnx/bar-descriptor.xml +++ b/pkg/qnx/bar-descriptor.xml @@ -2,7 +2,7 @@ com.RetroArch - 1.3.6 + 1.6.4 3 Cross-platform entertainment system Team Libretro diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index 5ac0fbc317..018f8b1fc4 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -2,7 +2,7 @@ RetroArch Libretro - 1.6.3 + 1.6.4 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 c0007055ef..3838b59b2b 100644 --- a/pkg/wiiu/meta.xml +++ b/pkg/wiiu/meta.xml @@ -2,8 +2,8 @@ Retroarch Libretro - 1.63 - 20170107283000 + 1.64 + 20170108073000 RetroArch diff --git a/version.h b/version.h index 4d3f1b14c3..d55f77f791 100644 --- a/version.h +++ b/version.h @@ -18,7 +18,7 @@ #define RARCH_VERSION_H__ #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.6.3" +#define PACKAGE_VERSION "1.6.4" #endif #endif