Commit 5f128b9a270347d401b6c1e94b43d418f7cbffef
1 parent
6c2a7b69
Fix version number in comment
Showing
1 changed file
with
1 additions
and
1 deletions
include/qpdf/QPDF.hh
| @@ -281,7 +281,7 @@ class QPDF | @@ -281,7 +281,7 @@ class QPDF | ||
| 281 | // original stream's QPDF object must stick around because the | 281 | // original stream's QPDF object must stick around because the |
| 282 | // QPDF object is itself the source of the original stream data. | 282 | // QPDF object is itself the source of the original stream data. |
| 283 | // For a more in-depth discussion, please see the TODO file. | 283 | // For a more in-depth discussion, please see the TODO file. |
| 284 | - // Starting in 8.3.1, you can call setImmediateCopyFrom(true) on | 284 | + // Starting in 8.4.0, you can call setImmediateCopyFrom(true) on |
| 285 | // the SOURCE QPDF object (the one you're copying FROM). If you do | 285 | // the SOURCE QPDF object (the one you're copying FROM). If you do |
| 286 | // this prior to copying any of its objects, then neither the | 286 | // this prior to copying any of its objects, then neither the |
| 287 | // source QPDF object nor its input source needs to stick around | 287 | // source QPDF object nor its input source needs to stick around |