From 6166f8cdffb5f4289b11378deae0e32d71a6436d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 6 Dec 2021 15:31:56 +0100 Subject: [PATCH] Fix library version in pkg-config file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version of the library file as such does not reflect the official version of the library, but version and compatibility of API / ABI library interface. Signed-off-by: Slávek Banko --- qscintilla.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qscintilla.pc.cmake b/qscintilla.pc.cmake index 1b213f2..6536b66 100644 --- a/qscintilla.pc.cmake +++ b/qscintilla.pc.cmake @@ -7,7 +7,7 @@ pkglibdir=${libdir} pkgincludedir=${includedir} Name: @PROJECT_NAME@ -Version: 7.0.1 +Version: 1.7.1 Description: @PROJECT_NAME@ is a source code editing library for TDE. Cflags: -I${includedir}