diff --git a/README.md b/README.md index 8be5a58b81e93..ddf166a1b6569 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 128af2a8dae17..8ae1137d69fd8 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)