summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--include/mupdf/fitz/version.h4
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e37c478a..5f61a01b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+List of changes in MuPDF 1.13.0
+
+* This is primarily a bugfix release.
+
+* New "mutool sign" tool for showing and verifying digital signatures.
+* Chinese, Japanese, Korean, Cyrillic, and Greek font support in mutool create.
+* Improvements to annotation editing API.
+
List of changes in MuPDF 1.12.0
* New Android SDK:
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