Skip to content

Commit

Permalink
bump version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar authored Jul 5, 2018
1 parent 35937ed commit 3840ee8
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 @@ -22,7 +22,7 @@ endif ()
# set lib version here
set (noson_VERSION_MAJOR 1)
set (noson_VERSION_MINOR 8)
set (noson_VERSION_PATCH 0)
set (noson_VERSION_PATCH 1)

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

0 comments on commit 3840ee8

Please sign in to comment.