Poppler 20.10.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b542823..2f035b8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "20")
-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}")
@@ -547,7 +547,7 @@
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 102.0.0 SOVERSION 102)
+set_target_properties(poppler PROPERTIES VERSION 103.0.0 SOVERSION 103)
 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 4b27091..defff18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Release 20.10.0:
+        core:
+         * Filter out repeated forms
+         * Implement EmbedStream::reset()
+         * CairoOutputDev: evict just font faces owned solely by cache.
+         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
+         * Splash: fix crash in out-of-memory situation.
+         * Fix some undefined behaviour situation with forged files
+
 Release 20.09.0:
         core:
          * Compability fix for Forms
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 563ce4a..3571326 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         = 20.09.0
+PROJECT_NUMBER         = 20.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 a07f676..cb1a4dd 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         = 20.09.0
+PROJECT_NUMBER         = 20.10.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.