From d33c3869a309d06b71e81e34b6fe4c84d7d0c991 Mon Sep 17 00:00:00 2001 From: vitaut Date: Sun, 16 Aug 2015 08:00:43 -0700 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()