Poppler 0.78.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae7ff4c..550bd33 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "77")
+set(POPPLER_MINOR_VERSION "78")
 set(POPPLER_MICRO_VERSION "0")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
@@ -491,7 +491,7 @@
 else()
 add_library(poppler ${poppler_SRCS})
 endif()
-set_target_properties(poppler PROPERTIES VERSION 88.0.0 SOVERSION 88)
+set_target_properties(poppler PROPERTIES VERSION 89.0.0 SOVERSION 89)
 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 0727f29..f6f5d08 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Release 0.78.0:
+        core:
+         * Fix line annotation arrows for usage in dimensioning
+         * Handle Ink annots without an InkList but with an AP
+         * Fix typos preventing parsing of Movie start and duration
+         * Fix crash on malformed files
+
+        glib:
+         * Add poppler_document_create_dests_tree()
+         * Don't use the deprecated g_type_class_add_private()
+         * Document the differences between render() and render_for_printing()
+         * Fix introspection for poppler_document_new_from_data
+         * Don't create PopplerInputStream with length 0. Issue #414
+         * Document G_IO_ERROR as a possible error condition
+         * docs: Add index for API new in 0.78
+
+        build system:
+         * Fixes cross compilation of gir in Void Linux
+         * Add -Wshadow to the default warning flags
+         * install pkg-config pc files if pkg-config is found
+
 Release 0.77.0:
         core:
          * Fix crash on signature handling. Issue #766
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 15e58dd..793bda5 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         = 0.77.0
+PROJECT_NUMBER         = 0.78.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/glib/CMakeLists.txt b/glib/CMakeLists.txt
index ca5021f..97d5d5a 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
@@ -86,7 +86,7 @@
   ${CMAKE_SOURCE_DIR}/poppler/CairoRescaleBox.cc
 )
 add_library(poppler-glib ${poppler_glib_SRCS} ${poppler_glib_generated_SRCS})
-set_target_properties(poppler-glib PROPERTIES VERSION 8.12.0 SOVERSION 8)
+set_target_properties(poppler-glib PROPERTIES VERSION 8.13.0 SOVERSION 8)
 set_target_properties(poppler-glib PROPERTIES C_VISIBILITY_PRESET hidden)
 set_target_properties(poppler-glib PROPERTIES CXX_VISIBILITY_PRESET hidden)
 set_target_properties(poppler-glib PROPERTIES VISIBILITY_INLINES_HIDDEN 1)
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 991b604..9d03a02 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         = 0.77.0
+PROJECT_NUMBER         = 0.78.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.