aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:39 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-16 01:36:39 +0100
commit38d8362c09e1d41c85f808995ad93a3bed238cf7 (patch)
tree4270cf85baf4a85e6634ae4c58f14ac6b675b806 /include
parent74d66a9349af6efb12f0bb6ebb76eb20e139f39e (diff)
downloadqpdf-38d8362c09e1d41c85f808995ad93a3bed238cf7.tar.zst
Prepare 10.6.2 release
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/DLL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index dc2ab52e..70401a59 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -26,8 +26,8 @@
/* The first version of qpdf to include the version constants is 10.6.0. */
#define QPDF_MAJOR_VERSION 10
#define QPDF_MINOR_VERSION 6
-#define QPDF_PATCH_VERSION 1
-#define QPDF_VERSION "10.6.1"
+#define QPDF_PATCH_VERSION 2
+#define QPDF_VERSION "10.6.2"
#if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)