aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 20:46:43 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 23:33:29 +0200
commitec219100668357e46cc8640386e2332379956b7c (patch)
tree32ffd810680ad1ca90b79503d0d37464cee99985 /make_dist
parent37f7f57dc58786edfcdfd35d41bad71615e0711b (diff)
downloadqpdf-ec219100668357e46cc8640386e2332379956b7c.tar.zst
Bump version to 11.0.0, indicating ABI-breaking changes
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/make_dist b/make_dist
index 3895f3ca..acbf71e3 100755
--- a/make_dist
+++ b/make_dist
@@ -106,7 +106,6 @@ sub get_version_from_cmake
my $saw_project = 0;
while (<$fh>)
{
- print;
if (m/project\(qpdf/)
{
$saw_project = 1;