Skip to content

Commit

Permalink
Increment version after latest patch to 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Pop <Claudiu.Pop@analog.com>
  • Loading branch information
claudiupop committed Jan 15, 2018
1 parent 2a5cf09 commit 6dda3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(libsmu CXX C)
# libsmu versioning
set(LIBSMU_VERSION_MAJOR 1)
set(LIBSMU_VERSION_MINOR 0)
set(LIBSMU_VERSION_PATCH 0)
set(LIBSMU_VERSION_PATCH 1)
set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH})

# determine a more descriptive project version using git info if available
Expand Down

0 comments on commit 6dda3cf

Please sign in to comment.