aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-01 02:01:10 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-01 02:07:36 +0200
commit5462dfce3106ffcc9b866902773933adeb7a4d41 (patch)
treead907fc3fe6eca720373b48d889fe3c6dcc384dd /qpdf
parentd89d713310766eb1d53983cbc8db3be21ba2255d (diff)
downloadqpdf-5462dfce3106ffcc9b866902773933adeb7a4d41.tar.zst
Prepare 9.0.0 releaserelease-qpdf-9.0.0
Diffstat (limited to 'qpdf')
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index 8bb1ce48..49ff8e8c 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -33,7 +33,7 @@ static int const EXIT_WARNING = 3;
static char const* whoami = 0;
-static std::string expected_version = "8.4.2";
+static std::string expected_version = "9.0.0";
struct PageSpec
{