summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/version.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-04-11 14:00:15 +0200
committerTor Andersson <tor@ccxvii.net>2018-04-12 13:21:44 +0200
commitd6656ccfea6ca195c040e850d71090de0138c8c1 (patch)
tree7473b74681ab70041fb72dd2e84bef36dfcdcda8 /include/mupdf/fitz/version.h
parent2c70c3392fa7bc776a71f30c69619b133662ea65 (diff)
downloadmupdf-d6656ccfea6ca195c040e850d71090de0138c8c1.tar.xz
Update CHANGES and bump version.
Diffstat (limited to 'include/mupdf/fitz/version.h')
-rw-r--r--include/mupdf/fitz/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
index 245d4c0d..20a8e855 100644
--- a/include/mupdf/fitz/version.h
+++ b/include/mupdf/fitz/version.h
@@ -1,9 +1,9 @@
#ifndef MUPDF_FITZ_VERSION_H
#define MUPDF_FITZ_VERSION_H
#ifndef FZ_VERSION
-#define FZ_VERSION "1.12.0"
+#define FZ_VERSION "1.13.0"
#define FZ_VERSION_MAJOR 1
-#define FZ_VERSION_MINOR 12
+#define FZ_VERSION_MINOR 13
#define FZ_VERSION_PATCH 0
#endif
#endif