Skip to content
Snippets Groups Projects
Commit cf848e44 authored by Nadeem Shehzad's avatar Nadeem Shehzad Committed by Nadeem Shehzad
Browse files

bumper minor version for release.

parent 92307106
No related branches found
Tags 01.07.00
No related merge requests found
......@@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 2.8)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 06)
set(${PROJECT_NAME}_PATCH_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 07)
set(${PROJECT_NAME}_PATCH_VERSION 00)
include(cmake/set_version_numbers.cmake)
include(cmake/set_default_build_to_release.cmake)
......@@ -18,7 +18,7 @@ include(cmake/add_dependency.cmake)
include(cmake/enable_code_coverage_report.cmake)
include(cmake/enable_code_style_check.cmake)
add_dependency(ChimeraTK-ControlSystemAdapter 02.04 REQUIRED)
add_dependency(ChimeraTK-ControlSystemAdapter 02.05 REQUIRED)
add_dependency(doocs-server-test-helper 01.05 REQUIRED)
add_dependency(DOOCS 22.05.0 COMPONENTS server REQUIRED)
......
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