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