summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2018-10-22 21:49:34 +0200
committerAlbert Astals Cid <aacid@kde.org>2018-10-22 21:49:34 +0200
commit3867958e84a7a136e5e86157617a3fc64988ee69 (patch)
tree5d00b3a36bcf83795bdfdb2cf080f078f4b059ce
parent0e012fcdc3258fe788cf53053bb1fe33846285f1 (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS4
-rw-r--r--cpp/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
4 files changed, 7 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96388a98..3ad655bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ endif()
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "70")
-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 b60f74d9..e9190700 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Release 0.70.1
+ glib:
+ * Install missing file
+
Release 0.70.0
core:
* FreeText annotations: default to font from default appearance string
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 137ac3f5..2e468f9c 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.70.0
+PROJECT_NUMBER = 0.70.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 031796e8..0d91486b 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.70.0
+PROJECT_NUMBER = 0.70.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.