Poppler 0.76.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d187f4e..4b10747 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,7 +37,7 @@
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "76")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 set (CMAKE_CXX_STANDARD 14)
diff --git a/NEWS b/NEWS
index cfe930a..e519966 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Release 0.76.1:
+        core:
+         * Make the mul tables be calculated at compile time with constexpr.
+         * splash: Fix compile with SPLASH_CMYK enabled
+         * Some typo fixing in error messages
+
+        qt5:
+         * Fix regression in annotation handling
+
+        build system:
+         * Fix some typos in build system output and comments
+
 Release 0.76.0:
         core:
          * Fix regression on case-insensitive search. Issue #743
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index b08d58e..2d83777 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.76.0
+PROJECT_NUMBER         = 0.76.1
 
 # 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 5b691f8..e1453c9 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.76.0
+PROJECT_NUMBER         = 0.76.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.