diff options
author | Robin Watts <robin.watts@artifex.com> | 2015-04-03 12:10:03 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2015-04-07 16:57:31 +0200 |
commit | da64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (patch) | |
tree | 991c5ecf58e1e708bcaf1b0cd9ae4f973e467d42 /include | |
parent | c6f488110d1cae3a7920faa5262f1f64956cc63f (diff) | |
download | mupdf-da64f5f63c0d263e5edd6d8b4ace6a4146a72c84.tar.xz |
Tweak CHANGES and README for release 1.7.
Update FZ_VERSION to 1.7
Update Android app version.
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 44e89091..95cb14e1 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.6" +#define FZ_VERSION "1.7" #endif #endif |