comparison mupdf-source/include/mupdf/fitz/version.h @ 40:aa33339d6b8a upstream

ADD: MuPDF v1.26.10: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.5.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 11 Oct 2025 11:31:38 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
39:a6bc019ac0b2 40:aa33339d6b8a
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