Commit 2e3664e1e4e62e16e9a0c4c214bc961ca0ff4ba2

Authored by Jay Berkenbilt
1 parent 48dfae64

Update qtest 1.9 and copy back into qpdf

... ... @@ -6,7 +6,6 @@ Before Release:
6 6  
7 7 * At next release, hide release-qpdf-10.6.3.0cmake* versions at readthedocs
8 8 * Stay on top of https://github.com/pikepdf/pikepdf/pull/315
9   -* Release qtest with updates to qtest-driver and copy back into qpdf
10 9  
11 10 Next:
12 11 * Support json v2 in the C API. At a minimum, write_json,
... ...
qtest/bin/qtest-driver
... ... @@ -33,7 +33,7 @@ require TestDriver;
33 33  
34 34 if ((@ARGV == 1) && ($ARGV[0] eq '--version'))
35 35 {
36   - print "$whoami version 1.8\n";
  36 + print "$whoami version 1.9\n";
37 37 exit 0;
38 38 }
39 39 if ((@ARGV == 1) && ($ARGV[0] eq '--print-path'))
... ...