Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Aug 16, 2015
1 parent 7133f05 commit d33c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit d33c386

Please sign in to comment.