diff --git a/CMakeLists.txt b/CMakeLists.txt index 048fa6700..45ceb1d16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() # Set default values for cache entries and set the MaxScale version include(cmake/defaults.cmake) -include(VERSION.cmake) +include(VERSION20.cmake) set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") diff --git a/VERSION.cmake b/VERSION20.cmake similarity index 100% rename from VERSION.cmake rename to VERSION20.cmake