summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-09-01 00:30:57 +0200
committerAlbert Astals Cid <aacid@kde.org>2022-09-01 00:30:57 +0200
commit4602cac96104b74037862e223bb774be26bfd67c (patch)
tree9d3fcfcc634c6edd4e8ccc2ab29a4580bfff7448 /cpp
parent0c9bfb401780d6e05adba58e03c3dbdfa44c9895 (diff)
poppler 22.09.0poppler-22.09.0
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CMakeLists.txt2
-rw-r--r--cpp/Doxyfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index daf7e5c8..a878faf7 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -26,7 +26,7 @@ set(poppler_cpp_SRCS
add_library(poppler-cpp ${poppler_cpp_SRCS})
generate_export_header(poppler-cpp BASE_NAME poppler-cpp EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_cpp_export.h")
-set_target_properties(poppler-cpp PROPERTIES VERSION 0.10.0 SOVERSION 0)
+set_target_properties(poppler-cpp PROPERTIES VERSION 0.11.0 SOVERSION 0)
if(MINGW AND BUILD_SHARED_LIBS)
get_target_property(POPPLER_CPP_SOVERSION poppler-cpp SOVERSION)
set_target_properties(poppler-cpp PROPERTIES SUFFIX "-${POPPLER_CPP_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 0a85e5b4..51ed0317 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 22.08.0
+PROJECT_NUMBER = 22.09.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.