summaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-16 20:18:09 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-17 04:29:54 +0100
commit9b0c6022d7aa60ca7823a9e5292884ecaf121963 (patch)
treef556d03a0e0aef697060a174ac338451a0f45822 /qpdf
parent9b577c3cb004b4edeeeabc9efc4177a52edad064 (diff)
downloadqpdf-9b0c6022d7aa60ca7823a9e5292884ecaf121963.tar.zst
Prepare 9.1.0 releaserelease-qpdf-9.1.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 923aaa4c..ea17e93c 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -34,7 +34,7 @@ static int const EXIT_WARNING = 3;
static char const* whoami = 0;
-static std::string expected_version = "9.1.rc1";
+static std::string expected_version = "9.1.0";
struct PageSpec
{