aboutsummaryrefslogtreecommitdiffstats
path: root/qpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-23 15:50:23 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-23 16:41:58 +0100
commitb5e937397c27d522dcedc17647ad75e88f0f5027 (patch)
tree61bcce3b919094bfc487adc1cb4e1ca5aa0a9dc9 /qpdf
parentfb86d2819e2f75abb084da8ff910a12d5b5382e6 (diff)
downloadqpdf-b5e937397c27d522dcedc17647ad75e88f0f5027.tar.zst
Prepare 10.2.0 releaserelease-qpdf-10.2.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 5b1295c0..9d489d44 100644
--- a/qpdf/qpdf.cc
+++ b/qpdf/qpdf.cc
@@ -40,7 +40,7 @@ static int constexpr EXIT_CORRECT_PASSWORD = 3;
static char const* whoami = 0;
-static std::string expected_version = "10.1.0";
+static std::string expected_version = "10.2.0";
struct PageSpec
{