From a5124015c764b343274698ad0ce70ac732ef6067 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 28 Nov 2022 16:10:22 +0100 Subject: [PATCH] Fix lib version --- CMakeLists.txt | 2 +- qcustomplot.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 808cca9..3b0abca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(qcustomplot) set(SO_VER "" CACHE STRING "SO version") set(QT_VER "6" CACHE STRING "Target Qt version") -set(QCUSTOMPLOT_LIB_VERSION ${SO_VER}.0) +set(QCUSTOMPLOT_LIB_VERSION ${SO_VER}) set(QCUSTOMPLOT_SO_VERSION ${SO_VER}) FIND_PACKAGE(Qt${QT_VER}Core REQUIRED) diff --git a/qcustomplot.spec b/qcustomplot.spec index da03e00..c91f0a1 100644 --- a/qcustomplot.spec +++ b/qcustomplot.spec @@ -6,7 +6,7 @@ Name: qcustomplot Version: 2.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Qt widget for plotting and data visualization License: GPL-3.0-or-later @@ -148,6 +148,9 @@ done %changelog +* Mon Nov 28 2022 Sandro Mani - 2.1.1-3 +- Fix lib version + * Mon Nov 28 2022 Sandro Mani - 2.1.1-2 - Add Qt6 build, drop Qt4 build