diff --git a/CMakeLists.txt b/CMakeLists.txt index 76f9c32a0..66b7379e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ if (POLICY CMP0054) cmake_policy(SET CMP0054 NEW) endif () -set(MP_VERSION 1.4.0) +set(MP_VERSION 2.0.1) if (NOT MP_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$") message(FATAL_ERROR "Invalid version format ${MP_VERSION}.") endif ()