diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-03-28 23:08:28 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-03-29 17:13:09 +0200 |
commit | ecff7cfcea87bc582454f9d9d55d25dd4201fc60 (patch) | |
tree | 690962736019e486a312b4d677127e43e544ab86 /include | |
parent | da7fe62e67b2175ce7dc08b5dbe7c90c8af3308f (diff) | |
download | mupdf-ecff7cfcea87bc582454f9d9d55d25dd4201fc60.tar.xz |
Update README and version number.
Diffstat (limited to 'include')
-rw-r--r-- | include/mupdf/fitz/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h index 3a9f788a..c756d108 100644 --- a/include/mupdf/fitz/version.h +++ b/include/mupdf/fitz/version.h @@ -1,6 +1,6 @@ #ifndef MUPDF_FITZ_VERSION_H #define MUPDF_FITZ_VERSION_H #ifndef FZ_VERSION -#define FZ_VERSION "1.10a" +#define FZ_VERSION "1.11" #endif #endif |