aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/DLL.h')
-rw-r--r--include/qpdf/DLL.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 9c38f8a9..21ae2b88 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -23,6 +23,12 @@
#ifndef QPDF_DLL_HH
#define QPDF_DLL_HH
+/* The first version of qpdf to include the version constants is 10.6.0. */
+#define QPDF_MAJOR_VERSION 10
+#define QPDF_MINOR_VERSION 5
+#define QPDF_PATCH_VERSION 0
+#define QPDF_VERSION "10.5.0"
+
#if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)
# define QPDF_DLL_CLASS