summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-03-28 23:08:28 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-03-29 17:13:09 +0200
commitecff7cfcea87bc582454f9d9d55d25dd4201fc60 (patch)
tree690962736019e486a312b4d677127e43e544ab86
parentda7fe62e67b2175ce7dc08b5dbe7c90c8af3308f (diff)
downloadmupdf-ecff7cfcea87bc582454f9d9d55d25dd4201fc60.tar.xz
Update README and version number.
-rw-r--r--README4
-rw-r--r--include/mupdf/fitz/version.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index b232671e..f8b0f624 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ are in development and partially supported by the Android application.
LICENSE
-MuPDF is Copyright 2006-2016 Artifex Software, Inc.
+MuPDF is Copyright (c) 2006-2017 Artifex Software, Inc.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
@@ -65,7 +65,7 @@ DOWNLOAD
The latest development source is available directly from the git repository:
- git clone http://mupdf.com/repos/mupdf.git
+ git clone --recursive git://git.ghostscript.com/mupdf.git
In the mupdf directory, update the third party libraries:
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