diff --git a/TODO b/TODO index 52fcf61a..c28321b1 100644 --- a/TODO +++ b/TODO @@ -6,7 +6,6 @@ Before Release: * At next release, hide release-qpdf-10.6.3.0cmake* versions at readthedocs * Stay on top of https://github.com/pikepdf/pikepdf/pull/315 -* Release qtest with updates to qtest-driver and copy back into qpdf Next: * Support json v2 in the C API. At a minimum, write_json, diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver index c37c4d1d..fa8d82c3 100755 --- a/qtest/bin/qtest-driver +++ b/qtest/bin/qtest-driver @@ -33,7 +33,7 @@ require TestDriver; if ((@ARGV == 1) && ($ARGV[0] eq '--version')) { - print "$whoami version 1.8\n"; + print "$whoami version 1.9\n"; exit 0; } if ((@ARGV == 1) && ($ARGV[0] eq '--print-path'))