aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-01-11 13:46:53 +0100
committerJay Berkenbilt <ejb@ql.org>2019-01-11 13:46:53 +0100
commit5f128b9a270347d401b6c1e94b43d418f7cbffef (patch)
tree2a53f72866c903b7a991056378b58cc4b7c94a75 /include
parent6c2a7b692c46e166b0cf28ad3fbddb7a8067ef33 (diff)
downloadqpdf-5f128b9a270347d401b6c1e94b43d418f7cbffef.tar.zst
Fix version number in comment
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDF.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qpdf/QPDF.hh b/include/qpdf/QPDF.hh
index 6ebdcd03..8a79b6a3 100644
--- a/include/qpdf/QPDF.hh
+++ b/include/qpdf/QPDF.hh
@@ -281,7 +281,7 @@ class QPDF
// original stream's QPDF object must stick around because the
// QPDF object is itself the source of the original stream data.
// For a more in-depth discussion, please see the TODO file.
- // Starting in 8.3.1, you can call setImmediateCopyFrom(true) on
+ // Starting in 8.4.0, you can call setImmediateCopyFrom(true) on
// the SOURCE QPDF object (the one you're copying FROM). If you do
// this prior to copying any of its objects, then neither the
// source QPDF object nor its input source needs to stick around