poppler 22.10.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b85add0..e821b72 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "22")
-set(POPPLER_MINOR_VERSION_STRING "09")
+set(POPPLER_MINOR_VERSION_STRING "10")
 # 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}")
@@ -579,7 +579,7 @@
 endif()
 add_library(poppler ${poppler_SRCS})
 generate_export_header(poppler BASE_NAME poppler-private EXPORT_FILE_NAME "${CMAKE_CURRENT_BINARY_DIR}/poppler_private_export.h")
-set_target_properties(poppler PROPERTIES VERSION 124.0.0 SOVERSION 124)
+set_target_properties(poppler PROPERTIES VERSION 125.0.0 SOVERSION 125)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_SOVERSION poppler SOVERSION)
     set_target_properties(poppler PROPERTIES SUFFIX "-${POPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/NEWS b/NEWS
index 87969c9..4c47797 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Release 22.10.0:
+        core:
+         * SplashOutputDev::tilingPatternFill: Properly restore CTM on failure. Issue #1292
+         * Protect against malformed files
+         * Refactor code to not use strndup
+         * Other small code refactoring
+
+        utils:
+         * pdftoppm: Avoid round-off errors when determining raster dimensions
+         * pdftocairo: Avoid round-off errors when determining raster dimensions
+         * pdftotext: Simplify memory handling
+
+        qt:
+         * Take into account flagNoView when getting/setting the visible status. KDE bug #456313
+
+        build system:
+         * Fix sed invocation
+
 Release 22.09.0:
         core:
          * Splash: Do not truncate line dash patterns with more than 20 entries. Issue #1281
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 51ed031..15aedc7 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         = 22.09.0
+PROJECT_NUMBER         = 22.10.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 b954407..b0f968a 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         = 22.09.0
+PROJECT_NUMBER         = 22.10.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 9a340f2..1246ab5 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         = 22.09.0
+PROJECT_NUMBER         = 22.10.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.