From b0102d9dc3cb8b543e4e079ce68f1e06970b1cbb Mon Sep 17 00:00:00 2001 From: Marco Casaroli Date: Sun, 31 Jul 2022 13:32:21 -0400 Subject: build: Add version and symlinks to shared objects Building with Yocto was giving some package QA warnings. Signed-off-by: Dimitri Staessens --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a6ecc77..7c2fc4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) set(PACKAGE_VERSION_MINOR 19) -set(PACKAGE_VERSION_PATCH 2) +set(PACKAGE_VERSION_PATCH 3) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") -- cgit v1.2.3