summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-12-06 15:31:56 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-12-08 16:28:12 +0100
commit2c89222ed3645b054f5a2a0cd891c3922ee19bff (patch)
tree1434b036d0c0daf88df90c0a178d482144e58c85
parent379367890cb9cc9721234b6b810a94ecec388b75 (diff)
downloadtqscintilla-2c89222e.tar.gz
tqscintilla-2c89222e.zip
Fix library version in pkg-config file.
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 <slavek.banko@axis.cz> (cherry picked from commit 6166f8cdffb5f4289b11378deae0e32d71a6436d)
-rw-r--r--qscintilla.pc.cmake2
1 files changed, 1 insertions, 1 deletions
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}