Update version number and CHANGES. 1.22.x 1.22.2
authorRobin Watts <[email protected]>
Fri, 16 Jun 2023 13:58:17 +0000 (14:58 +0100)
committerRobin Watts <[email protected]>
Fri, 16 Jun 2023 14:26:38 +0000 (15:26 +0100)
CHANGES
include/mupdf/fitz/version.h

diff --git a/CHANGES b/CHANGES
index f7a8b64d694c4f02c36a5f8074ba15a3e857f4c4..ed74e8794e63440afac0c6ff4007bfb5a2ff2fdf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+List of changes in MuPDF 1.22.2
+
+       This is a bug fix source release only.
+
+       Various bug fixes cherry-picked back from development work
+       required to fix PyMuPDF issues.
+
 List of changes in MuPDF 1.22.1
 
        This is a bug fix release only.
index cb32d965a70b4e883d88113a821cd6b11c69c91d..70e08c6eb9d54d075bf6191fa43196c2b9cf8191 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef MUPDF_FITZ_VERSION_H
 #define MUPDF_FITZ_VERSION_H
 #ifndef FZ_VERSION
-#define FZ_VERSION "1.22.1"
+#define FZ_VERSION "1.22.2"
 #define FZ_VERSION_MAJOR 1
 #define FZ_VERSION_MINOR 22
 #define FZ_VERSION_PATCH 2