Skip to content
Snippets Groups Projects
Commit 42aa5618 authored by Tomasz Kozak's avatar Tomasz Kozak
Browse files

fix: Fix server version to correct ones.

parent ef04b4e6
No related branches found
Tags 01.24.00
No related merge requests found
Pipeline #83403 failed
......@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
project(doocs-linklock-server)
set(${PROJECT_NAME}_MAJOR_VERSION 01)
set(${PROJECT_NAME}_MINOR_VERSION 25)
set(${PROJECT_NAME}_MINOR_VERSION 24)
set(${PROJECT_NAME}_PATCH_VERSION 00)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
......@@ -13,7 +13,7 @@ include(cmake/enable_code_coverage_report.cmake)
add_definitions(-DSERVER_VERSION="${${PROJECT_NAME}_VERSION}${RELEASE_VERSION}")
find_package(Consatt-doocs 00.24 REQUIRED)
find_package(Consatt-doocs 00.23 REQUIRED)
find_package(Consatt-apps 00.32 REQUIRED)
find_package(DOOCS 23.06 REQUIRED COMPONENTS server)
......
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