Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
masajiro committed Aug 9, 2018
1 parent efd61e8 commit 6e9adfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(ngt)

set(ngt_VERSION_MAJOR 1)
set(ngt_VERSION_MINOR 4)
set(ngt_VERSION_PATCH 0)
set(ngt_VERSION_PATCH 1)

set(ngt_VERSION ${ngt_VERSION_MAJOR}.${ngt_VERSION_MINOR}.${ngt_VERSION_PATCH})
set(ngt_SOVERSION ${ngt_VERSION_MAJOR})
Expand Down

0 comments on commit 6e9adfa

Please sign in to comment.