Skip to content
Snippets Groups Projects
Commit f2a8afd6 authored by Jakob Maljaars's avatar Jakob Maljaars
Browse files

Merge branch 'prepare_v51' into 'master'

Bump version

See merge request RD/DP3!369
parents 58d661b5 a20c6bee
No related branches found
Tags v5.1
No related merge requests found
......@@ -11,7 +11,7 @@ if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.19.1")
endif()
# Set version number and project name.
set(DP3_VERSION 5.0.0)
set(DP3_VERSION 5.1.0)
if(DP3_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)")
set(DP3_VERSION_MAJOR "${CMAKE_MATCH_1}")
set(DP3_VERSION_MINOR "${CMAKE_MATCH_2}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment