diff --git a/CMakeLists.txt b/CMakeLists.txt index e28532ffd..724840b39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required( VERSION 3.16 ) list( APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ) -project( CroftEngine VERSION 1.12 ) +project( CroftEngine VERSION 2.0 ) cmake_policy( SET CMP0069 NEW ) cmake_policy( SET CMP0083 NEW ) diff --git a/deprecations.txt b/deprecations.txt index 1a7570127..672153c38 100644 --- a/deprecations.txt +++ b/deprecations.txt @@ -1 +1 @@ -CE-601 1.15 remove menu input binding migration \ No newline at end of file +CE-601 2.2 remove menu input binding migration \ No newline at end of file