Update qtest 1.9 and copy back into qpdf

This commit is contained in:
Jay Berkenbilt 2022-08-06 16:46:00 -04:00
parent 48dfae6443
commit 2e3664e1e4
2 changed files with 1 additions and 2 deletions

1
TODO
View File

@ -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,

View File

@ -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'))