aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-09 20:46:43 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-09 23:33:29 +0200
commitec219100668357e46cc8640386e2332379956b7c (patch)
tree32ffd810680ad1ca90b79503d0d37464cee99985 /include
parent37f7f57dc58786edfcdfd35d41bad71615e0711b (diff)
downloadqpdf-ec219100668357e46cc8640386e2332379956b7c.tar.zst
Bump version to 11.0.0, indicating ABI-breaking changes
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/DLL.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 5c2c77d7..528a4a03 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -24,10 +24,10 @@
#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 6
-#define QPDF_PATCH_VERSION 3
-#define QPDF_VERSION "10.6.3"
+#define QPDF_MAJOR_VERSION 11
+#define QPDF_MINOR_VERSION 0
+#define QPDF_PATCH_VERSION 0
+#define QPDF_VERSION "11.0.0"
#if (defined _WIN32 || defined __CYGWIN__) && defined(DLL_EXPORT)
# define QPDF_DLL __declspec(dllexport)