From 7492eebe4816606a716998264c5fb5b5f28a6428 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Mar 2017 12:13:40 +0100 Subject: Set the version in the main CMakeLists.txt --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index b9d18ec..f6a8823 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -3,7 +3,7 @@ include_directories(domain) project(sink) -ecm_setup_version("0.1.0" VARIABLE_PREFIX Sink +ecm_setup_version("${SINK_VERSION}" VARIABLE_PREFIX Sink VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/sink_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/SinkConfigVersion.cmake" SOVERSION 0 -- cgit v1.2.3