Files
go-fitz/include/mupdf/fitz/version.h
Kamrdip Joshi a530a79566 first commit
2021-07-02 15:52:25 +05:30

10 lines
201 B
C

#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