diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-10-24 19:20:19 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-10-26 18:46:43 +0200 |
commit | c991e3cab4da6df789ef663423952062d45dcd6b (patch) | |
tree | c5a89b067ea10e0f7d80c86ecb2037b3bdbe5dcd | |
parent | 8e57258bafb056a8ff5275029e8b13c279b86824 (diff) | |
download | mupdf-c991e3cab4da6df789ef663423952062d45dcd6b.tar.xz |
Bump version number to 1.10.
-rw-r--r-- | include/mupdf/fitz/version.h | 2 | ||||
-rw-r--r-- | platform/android/viewer/res/values/strings.xml | 2 | ||||
-rw-r--r-- | 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 2b7ad373..d1b2e06e 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.9a" +#define FZ_VERSION "1.10" #endif #endif diff --git a/platform/android/viewer/res/values/strings.xml b/platform/android/viewer/res/values/strings.xml index cb376cd1..fbc5c395 100644 --- a/platform/android/viewer/res/values/strings.xml +++ b/platform/android/viewer/res/values/strings.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">MuPDF</string> - <string name="version">1.9a (git build)</string> + <string name="version">1.10 (git build)</string> <string name="no_media_warning">Storage media not present</string> <string name="no_media_hint">Sharing the storage media with a PC can make it inaccessible</string> <string name="cancel">Cancel</string> diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index 256165c4..69782e63 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -88,11 +88,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.9a</string> + <string>1.10</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.9a</string> + <string>1.10</string> <key>Fabric</key> <dict> <key>APIKey</key> |