diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf7ac2c9..fc1016e8e 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.3) +set(MP_VERSION 2.0.4) if (NOT MP_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$") message(FATAL_ERROR "Invalid version format ${MP_VERSION}.") endif ()