Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/include/mupdf/fitz/version.h @ 41:71bcc18e306f
MERGE: New upstream PyMuPDF v1.26.5 including MuPDF v1.26.10
BUGS: Needs some additional changes yet.
Not yet tested.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 11 Oct 2025 15:24:40 +0200 |
| parents | aa33339d6b8a |
| children |
line wrap: on
line diff
--- a/mupdf-source/include/mupdf/fitz/version.h Tue Sep 23 10:27:15 2025 +0200 +++ b/mupdf-source/include/mupdf/fitz/version.h Sat Oct 11 15:24:40 2025 +0200 @@ -23,9 +23,9 @@ #ifndef MUPDF_FITZ_VERSION_H #define MUPDF_FITZ_VERSION_H #ifndef FZ_VERSION -#define FZ_VERSION "1.26.7" +#define FZ_VERSION "1.26.10" #define FZ_VERSION_MAJOR 1 #define FZ_VERSION_MINOR 26 -#define FZ_VERSION_PATCH 7 +#define FZ_VERSION_PATCH 10 #endif #endif
