aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-04 18:21:52 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-04 19:41:01 +0100
commit8eab616d6232099d9ad49af7be1f2e2d6b4c8d0f (patch)
treeb730cd5b41933271f15507ebb2750791ade08df5 /TODO
parentabc300f05c00de72081203d89d9065b25f1ccb3c (diff)
downloadqpdf-8eab616d6232099d9ad49af7be1f2e2d6b4c8d0f.tar.zst
Add qpdf version macros to qpdf/DLL.h
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 73ba5788..b57cc7e9 100644
--- a/TODO
+++ b/TODO
@@ -3,9 +3,6 @@
* Close issue #556.
-* Add QPDF_MAJOR_VERSION, QPDF_MINOR_VERSION to some header, possibly
- dll.h since this is everywhere that there's API
-
* Add user-defined initializer `QPDFObjectHandle operator ""_qpdf` to
be like QPDFObjectHandle::parse: `auto oh = "<< /a (b) >>"_qpdf;`