aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 8279da03..82c52782 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -26,12 +26,12 @@
/* The first version of qpdf to include the version constants is 10.6.0. */
#define QPDF_MAJOR_VERSION 11
#define QPDF_MINOR_VERSION 7
-#define QPDF_PATCH_VERSION 0
+#define QPDF_PATCH_VERSION 1
#ifdef QPDF_FUTURE
-# define QPDF_VERSION "11.7.0+future"
+# define QPDF_VERSION "11.7.1+future"
#else
-# define QPDF_VERSION "11.7.0"
+# define QPDF_VERSION "11.7.1"
#endif
/*