0.25.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2eb0aa..297cc95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@
 
 set(POPPLER_MAJOR_VERSION "0")
 set(POPPLER_MINOR_VERSION "25")
-set(POPPLER_MICRO_VERSION "0")
+set(POPPLER_MICRO_VERSION "1")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
 # command line switches
diff --git a/NEWS b/NEWS
index 6d5140e..8da297e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Release 0.25.1
+        core:
+         * GooString format: Added some tests + improved documentation
+         * GooString format: fixed bug with printing LLONG_MIN
+         * regression test improvements
+
+        qt4:
+         * Arthur backend font rendering improvements
+         * test program to save to file
+
+        qt5:
+         * Arthur backend font rendering improvements
+         * Improve detection of Qt5 moc. Bug #72744
+         * test program to save to file
+
+        utils:
+         * pdfunite: Work even if there's a single file given
+         * pdfunite: do not lose fonts when merging some files
+
 Release 0.25.0
         core:
          * Annotation improvements
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 3d51934..ccfc347 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.25.0
+PROJECT_NUMBER         = 0.25.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/qt4/src/Doxyfile b/qt4/src/Doxyfile
index a1acf72..3aad825 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/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.25.0
+PROJECT_NUMBER         = 0.25.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 ced525a..cb2b794 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.25.0
+PROJECT_NUMBER         = 0.25.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.