Skip to content

Commit

Permalink
bump version 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Jun 23, 2024
1 parent 6eed1b9 commit 518b61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noson/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# set lib version here
set (noson_VERSION_MAJOR 2)
set (noson_VERSION_MINOR 12)
set (noson_VERSION_PATCH 7)
set (noson_VERSION_PATCH 8)

set (noson_VERSION ${noson_VERSION_MAJOR}.${noson_VERSION_MINOR}.${noson_VERSION_PATCH})
set (NOSON_LIB_VERSION ${noson_VERSION})
Expand Down

0 comments on commit 518b61e

Please sign in to comment.