summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-09-24 14:17:41 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-09-25 14:39:17 +0200
commitf91d0723dbfa62250f4e1b81c159ba36fc495c08 (patch)
tree6b0faf1562c716c85fef70fad94f78175e9771ba
parent1ae38f71051e6d3113b1673367d7bdb07f4777f2 (diff)
downloadmupdf-f91d0723dbfa62250f4e1b81c159ba36fc495c08.tar.xz
Bump version number to 1.14.0
-rw-r--r--CHANGES2
-rw-r--r--include/mupdf/fitz/version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 0bc7dede..f5376622 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-List of changes since the last release.
+List of changes in MuPDF 1.14.0
* New features:
* Added "Source Han Serif" CJK fallback font.
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
index 20a8e855..73d6eec9 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.13.0"
+#define FZ_VERSION "1.14.0"
#define FZ_VERSION_MAJOR 1
-#define FZ_VERSION_MINOR 13
+#define FZ_VERSION_MINOR 14
#define FZ_VERSION_PATCH 0
#endif
#endif