summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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