summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/version.h')
-rw-r--r--include/mupdf/fitz/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
new file mode 100644
index 00000000..6f7c1ff0
--- /dev/null
+++ b/include/mupdf/fitz/version.h
@@ -0,0 +1,6 @@
+#ifndef MUPDF_FITZ_VERSION_H
+#define MUPDF_FITZ_VERSION_H
+#ifndef FZ_VERSION
+#define FZ_VERSION "1.3"
+#endif
+#endif