summaryrefslogtreecommitdiffstats
path: root/qpdf/qpdf.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-04 22:59:55 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-04 22:59:55 +0100
commit0fed0403925ba906927c7770cf7440586d27f213 (patch)
tree4af1a477b226ae87e2aa51e191622cd5177a8d88 /qpdf/qpdf.cc
parent140897609a6b5e42b6493bdf2be157ff38e574b9 (diff)
downloadqpdf-0fed0403925ba906927c7770cf7440586d27f213.tar.zst
Prepare version 10.1.0release-qpdf-10.1.0
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 5e006c37..ca59cb3a 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 = "10.0.4";
+static std::string expected_version = "10.1.0";
struct PageSpec
{