first commit
This commit is contained in:
9
include/mupdf/fitz/version.h
Normal file
9
include/mupdf/fitz/version.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user