summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/android-sdk.html4
-rw-r--r--include/mupdf/fitz/version.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/android-sdk.html b/docs/android-sdk.html
index d48a33af..fba6f27e 100644
--- a/docs/android-sdk.html
+++ b/docs/android-sdk.html
@@ -139,7 +139,7 @@ In your app's build.gradle, add the bolded line to the dependencies section:
<pre>
dependencies {
- <b>compile 'com.artifex.mupdf:viewer:1.11.+'</b>
+ <b>compile 'com.artifex.mupdf:viewer:1.12.+'</b>
...
}
</pre>
@@ -257,7 +257,7 @@ copy rather than the official mupdf viewer package. In your app build.gradle:
<pre>
dependencies {
- <strike>compile 'com.artifex.mupdf:viewer:1.11.+'</strike>
+ <strike>compile 'com.artifex.mupdf:viewer:1.12.+'</strike>
<b>compile project(':mupdf-lib')</b>
...
}
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
index c756d108..ebd7c3e8 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.11"
+#define FZ_VERSION "1.12.0"
#endif
#endif