summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-06-10 17:09:04 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-06-10 17:09:28 +0200
commitb2f096de23e5341fbbcd7c290f3a144423741906 (patch)
tree029596f128cb6a60fcc8c9e931a661d0d794f8bd /platform
parent14ca805423104ce90117b4b03a2de2ccfd9c277d (diff)
downloadmupdf-b2f096de23e5341fbbcd7c290f3a144423741906.tar.xz
Bump version number to 1.5.
Diffstat (limited to 'platform')
-rw-r--r--platform/android/res/values/strings.xml2
-rw-r--r--platform/ios/Info.plist4
2 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/res/values/strings.xml b/platform/android/res/values/strings.xml
index 80a80200..b471a4fc 100644
--- a/platform/android/res/values/strings.xml
+++ b/platform/android/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.4 (git build)</string>
+ <string name="version">1.5 (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 9354322f..451f5a2f 100644
--- a/platform/ios/Info.plist
+++ b/platform/ios/Info.plist
@@ -90,11 +90,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.4</string>
+ <string>1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.4</string>
+ <string>1.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIFileSharingEnabled</key>