diff options
author | Albert Astals Cid <aacid@kde.org> | 2025-07-04 13:29:08 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2025-07-04 13:29:08 +0200 |
commit | 6118cc023c6dc34bbc2a9064094e8f33d1eea9a4 (patch) | |
tree | 89a5c2ff9139d49d360e829ebb7b4f18d5ec72fe | |
parent | 4e9d2aed7c2ca173a9905687f2387b7f5b549b23 (diff) |
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | cpp/Doxyfile | 2 | ||||
-rw-r--r-- | qt5/src/Doxyfile | 2 | ||||
-rw-r--r-- | qt6/src/Doxyfile | 2 | ||||
-rw-r--r-- | utils/po/ca/pdfsig.po | 6 | ||||
-rw-r--r-- | utils/po/pdfsig.pot | 6 |
6 files changed, 10 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 81f5ed62..c96a1628 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ set(POPPLER_MINOR_VERSION_STRING "07") # 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 20) diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 8895ee6a..2f541f73 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 = 25.07.0 +PROJECT_NUMBER = 25.07.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 f67d87ee..318c6870 100644 --- a/qt5/src/Doxyfile +++ b/qt5/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 25.07.0 +PROJECT_NUMBER = 25.07.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 bdb044c4..f96c552b 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 = 25.07.0 +PROJECT_NUMBER = 25.07.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/utils/po/ca/pdfsig.po b/utils/po/ca/pdfsig.po index 86f8be75..d5c297a2 100644 --- a/utils/po/ca/pdfsig.po +++ b/utils/po/ca/pdfsig.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: pdfsig\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-06-01 18:33+0200\n" +"POT-Creation-Date: 2025-06-27 12:10+0200\n" "PO-Revision-Date: 2024-03-04 23:01+0100\n" "Last-Translator: Josep M. Ferrer <txemaq@gmail.com>\n" "Language-Team: Catalan <kde-i18n-ca@kde.org>\n" @@ -17,12 +17,12 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Lokalize 22.12.3\n" -#: pdfsig.cc:588 +#: pdfsig.cc:616 #, c++-format msgid "Date: {0:s}" msgstr "Data: {0:s}" -#: pdfsig.cc:588 +#: pdfsig.cc:616 #, c++-format msgid "Digitally signed by {0:s}" msgstr "Signat digitalment per {0:s}" diff --git a/utils/po/pdfsig.pot b/utils/po/pdfsig.pot index 4f2a7ba5..34625a24 100644 --- a/utils/po/pdfsig.pot +++ b/utils/po/pdfsig.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pdfsig\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-06-01 18:33+0200\n" +"POT-Creation-Date: 2025-06-27 12:10+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,12 +17,12 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: pdfsig.cc:588 +#: pdfsig.cc:616 #, c++-format msgid "Date: {0:s}" msgstr "" -#: pdfsig.cc:588 +#: pdfsig.cc:616 #, c++-format msgid "Digitally signed by {0:s}" msgstr "" |