poppler 26.05.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8262480..16b1244 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,11 +40,11 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "26")
-set(POPPLER_MINOR_VERSION_STRING "04")
+set(POPPLER_MINOR_VERSION_STRING "05")
 # 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 "90")
+set(POPPLER_MICRO_VERSION "0")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION_STRING}.${POPPLER_MICRO_VERSION}")
 
 set(CMAKE_CXX_STANDARD 23)
@@ -631,7 +631,7 @@
 ADD_GPERF_FILE(TimesRomanWidths)
 ADD_GPERF_FILE(ZapfDingbatsWidths)
 
-set(POPPLER_SOVERSION_NUMBER "159")
+set(POPPLER_SOVERSION_NUMBER "160")
 
 set(LINKER_SCRIPT "${CMAKE_BINARY_DIR}/libpoppler.map")
 configure_file(
diff --git a/NEWS b/NEWS
index d5c3ab5..6d7e86d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 26.05.0:
+        core:
+         * Improve reconstruction of damaged files. Issue #1693
+         * PSOutputDev: Remove "pipe as filename" feature
+         * PSOutputDev: Respect pre-existing PageSize policies. Issue #1610
+         * Internal code improvements
+         * Fix crashes in malformed documents
+
+        glib:
+         * Improve PopplerPage thread-safety
+
+        utils:
+         * pdftotext: Add -remove-hyphens option
+         * pdftotext: Do not abort on empty strings. Issue #1699
+
+        build system:
+         * Increase minimum required dependency versions to those of Ubuntu 24.04
+
 Release 26.04.0:
         core:
          * Splash: Improve knockout groups rendering. Issue #1538
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 3e2d9b0..bf0fd22 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.04.90
+PROJECT_NUMBER         = 26.05.0
 
 # 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 4b5aa02..2d6faf7 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.04.90
+PROJECT_NUMBER         = 26.05.0
 
 # 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 48d4eae..fa14cc4 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.04.90
+PROJECT_NUMBER         = 26.05.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.