summaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-09-20 13:37:54 +0200
committerJay Berkenbilt <ejb@ql.org>2019-09-20 13:38:18 +0200
commit4ea940b03c03d0c9e297dd2ee64a502f9e7af2a7 (patch)
treeffd90134b5cdabff7dae5da2dd17dd5ad8c8f45b /qpdf
parentdb2e095a426af515972dc7e75af80ff9e0f3eb28 (diff)
downloadqpdf-4ea940b03c03d0c9e297dd2ee64a502f9e7af2a7.tar.zst
Prepare 9.0.1 release
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 49ff8e8c..dd1cd0d4 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 = "9.0.0";
+static std::string expected_version = "9.0.1";
struct PageSpec
{