aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-11 15:36:01 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-11 15:36:17 +0100
commit2b8d0f385b56d2a7307679ace4c50adbdbbddd03 (patch)
treecc4d23260bc37d86bd8df7aad2d1786aaa5db4ce /include
parent5b0030ff5978a4958bec625d2f8a4db34f34ca1a (diff)
downloadqpdf-2b8d0f385b56d2a7307679ace4c50adbdbbddd03.tar.zst
Prepare 10.6.1 releaserelease-qpdf-10.6.1
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 720b6db0..dc2ab52e 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 0
-#define QPDF_VERSION "10.6.0"
+#define QPDF_PATCH_VERSION 1
+#define QPDF_VERSION "10.6.1"
#if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)