summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-02-28 21:51:42 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-03-22 14:58:01 +0100
commit6614c98b21fa0ca31763e44a6b60206dd3b85838 (patch)
treeb01b85ae35571bd9f2bd85b3831fb99b8d3f24ce /include
parente9111cc91f1a5e59200cb4c9c838b9966a94fcd6 (diff)
downloadmupdf-6614c98b21fa0ca31763e44a6b60206dd3b85838.tar.xz
Add more version number #defines.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/version.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
index ebd7c3e8..245d4c0d 100644
--- a/include/mupdf/fitz/version.h
+++ b/include/mupdf/fitz/version.h
@@ -2,5 +2,8 @@
#define MUPDF_FITZ_VERSION_H
#ifndef FZ_VERSION
#define FZ_VERSION "1.12.0"
+#define FZ_VERSION_MAJOR 1
+#define FZ_VERSION_MINOR 12
+#define FZ_VERSION_PATCH 0
#endif
#endif