aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-04-06 17:27:01 +0200
committerJay Berkenbilt <ejb@ql.org>2020-04-06 17:30:15 +0200
commit1e629c278a8953d4262235830ecb1456086210f8 (patch)
treed0ca6acb3fc0bbc6047db8d160359f2be94c1c0a /qpdf/qpdf.cc
parent222ec049902e12db8713ff20a1b7ea600b47321b (diff)
downloadqpdf-1e629c278a8953d4262235830ecb1456086210f8.tar.zst
Prepare 10.0.0 release
Diffstat (limited to 'qpdf/qpdf.cc')
-rw-r--r--qpdf/qpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpdf/qpdf.cc b/qpdf/qpdf.cc
index eac7bfc6..00374387 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -38,7 +38,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3;
static char const* whoami = 0;
-static std::string expected_version = "9.1.1";
+static std::string expected_version = "10.0.0";
struct PageSpec
{