summaryrefslogtreecommitdiff
path: root/qt6
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2023-06-05 12:12:40 +0200
committerAlbert Astals Cid <aacid@kde.org>2023-06-05 12:29:14 +0200
commitf0373f62df9cb6b7bff29150344fddfe1e8361c5 (patch)
treef49ddf9c3c5ffe97dd5d9105dc9c1732d30c0713 /qt6
parentfa00b3fbbd62c5b6b5383d9997a9d5c30827b386 (diff)
poppler 23.06.0
Diffstat (limited to 'qt6')
-rw-r--r--qt6/src/CMakeLists.txt2
-rw-r--r--qt6/src/Doxyfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/qt6/src/CMakeLists.txt b/qt6/src/CMakeLists.txt
index cd919753..f2fa00af 100644
--- a/qt6/src/CMakeLists.txt
+++ b/qt6/src/CMakeLists.txt
@@ -38,7 +38,7 @@ set(poppler_qt6_SRCS
)
add_library(poppler-qt6 ${poppler_qt6_SRCS})
generate_export_header(poppler-qt6 BASE_NAME poppler-qt6 EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler-export.h")
-set_target_properties(poppler-qt6 PROPERTIES VERSION 3.2.0 SOVERSION 3)
+set_target_properties(poppler-qt6 PROPERTIES VERSION 3.3.0 SOVERSION 3)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_QT6_SOVERSION poppler-qt6 SOVERSION)
set_target_properties(poppler-qt6 PROPERTIES SUFFIX "-${POPPLER_QT6_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt6/src/Doxyfile b/qt6/src/Doxyfile
index 138f2119..d2b44a71 100644
--- a/qt6/src/Doxyfile
+++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt6"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 23.05.0
+PROJECT_NUMBER = 23.06.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.