Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 30, 2023
1 parent 6db07f2 commit 0f7056a
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 @@ -328,7 +328,7 @@ endfunction()
include(GetGitRevisionDescription)
get_git_head_revision(GIT_REFSPEC GIT_SHA1)

set(BOSPHORUS_FULL_VERSION "3.0.0")
set(BOSPHORUS_FULL_VERSION "3.1.0")
string(REPLACE "." ";" BOSPHORUS_FULL_VERSION ${BOSPHORUS_FULL_VERSION})
SetVersionNumber("PROJECT" ${BOSPHORUS_FULL_VERSION})
MESSAGE(STATUS "PROJECT_VERSION: ${PROJECT_VERSION}")
Expand Down

0 comments on commit 0f7056a

Please sign in to comment.