Skip to content

Commit

Permalink
Test bumping the version (for gitlab-ci deployment testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Feb 24, 2021
1 parent 75a2e11 commit 5487efb
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 @@ -41,7 +41,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")

################ PROJECT VERSION ####################
set(PROJECT_VERSION_FULL "0.2.1")
set(PROJECT_SO_VERSION 7)
set(PROJECT_SO_VERSION 8)

# Remove the dash and anything following, to get the #.#.# version for project()
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")
Expand Down

0 comments on commit 5487efb

Please sign in to comment.