diff options
author | Marco Casaroli <marco.casaroli@gmail.com> | 2022-07-31 13:32:21 -0400 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2022-08-06 09:48:28 +0200 |
commit | b0102d9dc3cb8b543e4e079ce68f1e06970b1cbb (patch) | |
tree | a8095ea766b042fe7145cbfb4ecf60b1df657914 /CMakeLists.txt | |
parent | 215f53cd8b1e2ea876a0bfc08d5de6cc684cb57b (diff) | |
download | ouroboros-b0102d9dc3cb8b543e4e079ce68f1e06970b1cbb.tar.gz ouroboros-b0102d9dc3cb8b543e4e079ce68f1e06970b1cbb.zip |
build: Add version and symlinks to shared objects0.19.3
Building with Yocto was giving some package QA warnings.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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") |