From afb02d0ba559b9aeb33055bd2494d5267ff2ace7 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Wed, 1 May 2019 19:11:28 -0500 Subject: [PATCH] switch: bump version --- README.md | 4 ++++ os/switch/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1d44fd0ff59..3976b4b63b1a4 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,10 @@ openttd_switch.zip can be found in __cmake/__ # Changelog +1.04 + +- re-compile with libnx v2.2.0 to fix potential crashes with firmware 8.0.x + 1.03 - bundle with working AI compatibility script files (fixes AI crashing) diff --git a/os/switch/CMakeLists.txt b/os/switch/CMakeLists.txt index 998dad66c13f6..bf913f7403c9a 100644 --- a/os/switch/CMakeLists.txt +++ b/os/switch/CMakeLists.txt @@ -21,7 +21,7 @@ endif() set(SHORT_NAME openttd) project(${SHORT_NAME}) -set(SWITCH_VERSION "1.03") +set(SWITCH_VERSION "1.04") if (CMAKE_BUILD_TYPE STREQUAL "Debug") configure_file(../../objs/debug/${SHORT_NAME} ./${SHORT_NAME} COPYONLY)