From 2f7720ec0329b24347fe766ab04258e25d4159c5 Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Sat, 14 Sep 2019 21:10:07 -0500 Subject: [PATCH] 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 8be5a58b81e9..ddf166a1b656 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,10 @@ openttd_switch.zip can be found in __cmake/__ # Changelog +1.06 + +- re-compile with 9.0.0 support + 1.05 - fix right click drag scrolling diff --git a/os/switch/CMakeLists.txt b/os/switch/CMakeLists.txt index 128af2a8dae1..8ae1137d69fd 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.05") +set(SWITCH_VERSION "1.06") if (CMAKE_BUILD_TYPE STREQUAL "Debug") configure_file(../../objs/debug/${SHORT_NAME} ./${SHORT_NAME} COPYONLY)