Skip to content

Commit 22bb4b6

Browse files
committed
Bump version
1 parent 7e356f8 commit 22bb4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (POLICY CMP0054)
2727
cmake_policy(SET CMP0054 NEW)
2828
endif ()
2929

30-
set(MP_VERSION 2.0.5)
30+
set(MP_VERSION 2.1.0)
3131
if (NOT MP_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
3232
message(FATAL_ERROR "Invalid version format ${MP_VERSION}.")
3333
endif ()

0 commit comments

Comments
 (0)