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, 3 insertions, 3 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 61d1f4c8..3264ae27 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -25,13 +25,13 @@
/* The first version of qpdf to include the version constants is 10.6.0. */
#define QPDF_MAJOR_VERSION 11
-#define QPDF_MINOR_VERSION 8
+#define QPDF_MINOR_VERSION 9
#define QPDF_PATCH_VERSION 0
#ifdef QPDF_FUTURE
-# define QPDF_VERSION "11.8.0+future"
+# define QPDF_VERSION "11.9.0+future"
#else
-# define QPDF_VERSION "11.8.0"
+# define QPDF_VERSION "11.9.0"
#endif
/*