comparison 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
comparison
equal deleted inserted replaced
38:8934ac156ef5 41:71bcc18e306f
21 // CA 94129, USA, for further information. 21 // CA 94129, USA, for further information.
22 22
23 #ifndef MUPDF_FITZ_VERSION_H 23 #ifndef MUPDF_FITZ_VERSION_H
24 #define MUPDF_FITZ_VERSION_H 24 #define MUPDF_FITZ_VERSION_H
25 #ifndef FZ_VERSION 25 #ifndef FZ_VERSION
26 #define FZ_VERSION "1.26.7" 26 #define FZ_VERSION "1.26.10"
27 #define FZ_VERSION_MAJOR 1 27 #define FZ_VERSION_MAJOR 1
28 #define FZ_VERSION_MINOR 26 28 #define FZ_VERSION_MINOR 26
29 #define FZ_VERSION_PATCH 7 29 #define FZ_VERSION_PATCH 10
30 #endif 30 #endif
31 #endif 31 #endif