Increase version so people that track master can add ifdefs on version
diff --git a/CMakeLists.txt b/CMakeLists.txt index d02bc2c..06ce96f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -45,7 +45,7 @@ # We want the string version to have 08 but the integer version can't have a leading 0 since otherwise it's considered octal # So strip a leading 0 if found in POPPLER_MINOR_VERSION_STRING and store the result in POPPLER_MINOR_VERSION string(REGEX REPLACE "^0?(.+)$" "\\1" POPPLER_MINOR_VERSION "${POPPLER_MINOR_VERSION_STRING}") -set(POPPLER_MICRO_VERSION "0") +set(POPPLER_MICRO_VERSION "90") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION_STRING}.${POPPLER_MICRO_VERSION}") set(CMAKE_CXX_STANDARD 23)
diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 9870c66..afe5ba9 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 26.08.0 +PROJECT_NUMBER = 26.08.90 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile index 4af0e97..d2bf315 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 26.08.0 +PROJECT_NUMBER = 26.08.90 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.
diff --git a/qt6/src/Doxyfile b/qt6/src/Doxyfile index 7bfb21e..9eae19c 100644 --- a/qt6/src/Doxyfile +++ b/qt6/src/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 26.08.0 +PROJECT_NUMBER = 26.08.90 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.