From b7749e563f93160de82c97fe34fb3fb0d3396304 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 13 Nov 2017 17:01:45 +0100 Subject: Bump version number to 1.12.0. --- docs/android-sdk.html | 4 ++-- include/mupdf/fitz/version.h | 2 +- 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:
 dependencies {
-	compile 'com.artifex.mupdf:viewer:1.11.+'
+	compile 'com.artifex.mupdf:viewer:1.12.+'
 	...
 }
 
@@ -257,7 +257,7 @@ copy rather than the official mupdf viewer package. In your app build.gradle:
 dependencies {
-	compile 'com.artifex.mupdf:viewer:1.11.+'
+	compile 'com.artifex.mupdf:viewer:1.12.+'
 	compile project(':mupdf-lib')
 	...
 }
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
-- 
cgit v1.2.3