Skip to content

Commit 29182d6

Browse files
committed
bump version 2.12.7
1 parent 3e89322 commit 29182d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noson/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
99
# set lib version here
1010
set (noson_VERSION_MAJOR 2)
1111
set (noson_VERSION_MINOR 12)
12-
set (noson_VERSION_PATCH 5)
12+
set (noson_VERSION_PATCH 7)
1313

1414
set (noson_VERSION ${noson_VERSION_MAJOR}.${noson_VERSION_MINOR}.${noson_VERSION_PATCH})
1515
set (NOSON_LIB_VERSION ${noson_VERSION})

0 commit comments

Comments
 (0)