You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
201 B

#ifndef MUPDF_FITZ_VERSION_H
#define MUPDF_FITZ_VERSION_H
#ifndef FZ_VERSION
#define FZ_VERSION "1.13.0"
#define FZ_VERSION_MAJOR 1
#define FZ_VERSION_MINOR 13
#define FZ_VERSION_PATCH 0
#endif
#endif