Skip to content

Commit

Permalink
bump version 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Nov 21, 2023
1 parent 00cbdc2 commit 3269087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noson/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
###############################################################################
# set lib version here
set (noson_VERSION_MAJOR 2)
set (noson_VERSION_MINOR 11)
set (noson_VERSION_PATCH 2)
set (noson_VERSION_MINOR 12)
set (noson_VERSION_PATCH 0)

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

0 comments on commit 3269087

Please sign in to comment.