diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-04-21 13:14:15 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-04-21 13:14:32 +0200 |
commit | c77d4e8d70454674dea7e53029ade962a1518b1b (patch) | |
tree | 7cc9602b9266109f9d81a7c6eed68f83ffb7d70a | |
parent | 7716eb9095840e841fbd1af4b245664ac95edf6f (diff) | |
download | mupdf-c77d4e8d70454674dea7e53029ade962a1518b1b.tar.xz |
Bump patch-level.
-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 891e6cae..2b7ad373 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.9" +#define FZ_VERSION "1.9a" #endif #endif diff --git a/platform/android/viewer/res/values/strings.xml b/platform/android/viewer/res/values/strings.xml index 8ffe3f7f..cb376cd1 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.9 (git build)</string> + <string name="version">1.9a (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 d21207dc..3f3d814d 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -76,11 +76,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.9</string> + <string>1.9a</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.9</string> + <string>1.9a</string> <key>Fabric</key> <dict> <key>APIKey</key> |