diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f108ed75..4244d568e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0) #set(CMAKE_VERBOSE_MAKEFILE ON) set(VERSION_MAJOR 1) -set(VERSION_MINOR 14) +set(VERSION_MINOR 15) if(BUILD_PSP2) if (NOT DEFINED CMAKE_TOOLCHAIN_FILE) diff --git a/README.MD b/README.MD index a735f5512..b68183c01 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,9 @@ Changes in this version ===== +1.15 (Switch only) + +- Fix crash on Switch when loading levels with rubberbands that re-appeared using latest toolchain + 1.14 (Switch only) - Re-compile with 9.0.0 support @@ -135,6 +139,10 @@ make enigma_switch.zip -j10 Changelog ===== +1.15 (Switch only) + +- Fix crash on Switch when loading levels with rubberbands that re-appeared using latest toolchain + 1.14 (Switch only) - Re-compile with 9.0.0 support