Skip to content

Commit

Permalink
CMakeLists.txt: Bump to version v1.0.5.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Sep 15, 2020
1 parent 82ebaff commit ea6a794
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(pixelpulse2 CXX C)
# libsmu versioning
set(PP_VERSION_MAJOR 1)
set(PP_VERSION_MINOR 0)
set(PP_VERSION_PATCH 4)
set(PP_VERSION_PATCH 5)
set(PP_VERSION ${PP_VERSION_MAJOR}.${PP_VERSION_MINOR}.${PP_VERSION_PATCH})

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

0 comments on commit ea6a794

Please sign in to comment.