aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-07-10 14:28:39 +0200
committerJay Berkenbilt <ejb@ql.org>2023-12-16 17:38:00 +0100
commit17c5b950c882221982e89e06de5689e02e2f6fb4 (patch)
tree02e9d5ddb752e243353649862976828591e7f2f0 /include
parentd7a364b882be44c93dc4a843bcca2ae63e805c2c (diff)
downloadqpdf-17c5b950c882221982e89e06de5689e02e2f6fb4.tar.zst
For 'FUTURE' builds add "+future" to version string
Also, change so version to 0.
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/DLL.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/qpdf/DLL.h b/include/qpdf/DLL.h
index 6dd5137e..8279da03 100644
--- a/include/qpdf/DLL.h
+++ b/include/qpdf/DLL.h
@@ -27,7 +27,12 @@
#define QPDF_MAJOR_VERSION 11
#define QPDF_MINOR_VERSION 7
#define QPDF_PATCH_VERSION 0
-#define QPDF_VERSION "11.7.0"
+
+#ifdef QPDF_FUTURE
+# define QPDF_VERSION "11.7.0+future"
+#else
+# define QPDF_VERSION "11.7.0"
+#endif
/*
* This file defines symbols that control the which functions,