From 1548b9b01726c7d54153ac6a365fe82b9f403471 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 16 Oct 2015 11:34:19 +0200 Subject: Bump version number. --- include/mupdf/fitz/version.h | 2 +- platform/android/res/values/strings.xml | 2 +- platform/ios/Info.plist | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h index 5ed1ce82..91b97d33 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.7a" +#define FZ_VERSION "1.8" #endif #endif diff --git a/platform/android/res/values/strings.xml b/platform/android/res/values/strings.xml index ab4b7152..269b47ee 100644 --- a/platform/android/res/values/strings.xml +++ b/platform/android/res/values/strings.xml @@ -1,7 +1,7 @@ MuPDF - 1.7a (git build) + 1.8 (git build) Storage media not present Sharing the storage media with a PC can make it inaccessible Cancel diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index 5eae6154..70ed2cff 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -76,11 +76,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7a + 1.8 CFBundleSignature ???? CFBundleVersion - 1.7a + 1.8 LSRequiresIPhoneOS UIFileSharingEnabled -- cgit v1.2.3