Skip to content
Snippets Groups Projects
Commit 4c8b70e3 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

update version and dependency version

parent acb254a1
No related branches found
No related tags found
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 00)
set(${PROJECT_NAME}_MINOR_VERSION 08)
set(${PROJECT_NAME}_PATCH_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 09)
set(${PROJECT_NAME}_PATCH_VERSION 00)
include(cmake/set_version_numbers.cmake)
#Moderate version of the compiler flags
......@@ -19,7 +19,7 @@ set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--export-dynamic
include(cmake/add_dependency.cmake)
add_dependency(ChimeraTK-ControlSystemAdapter 00.14 REQUIRED)
add_dependency(ChimeraTK-ControlSystemAdapter 01.00 REQUIRED)
add_dependency(doocs-server-test-helper 01.00 REQUIRED)
add_dependency(DOOCS 18.11.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