Skip to content

Commit

Permalink
Bump project version to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fvennetier committed Jan 8, 2021
1 parent f074c07 commit 23625df
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 @@ -22,7 +22,7 @@ if (NOT DEFINED OIOSDS_RELEASE)
set(OIOSDS_RELEASE master)
endif ()
if (NOT DEFINED OIOSDS_PROJECT_VERSION_SHORT)
set(OIOSDS_PROJECT_VERSION_SHORT "5.7")
set(OIOSDS_PROJECT_VERSION_SHORT "5.8")
endif ()

set(OIOSDS_PROJECT_VERSION "${OIOSDS_RELEASE}/${OIOSDS_PROJECT_VERSION_SHORT}")
Expand Down

0 comments on commit 23625df

Please sign in to comment.