diff options
Diffstat (limited to 'platform')
-rw-r--r-- | platform/android/res/values/strings.xml | 2 | ||||
-rw-r--r-- | platform/debian/changelog | 6 | ||||
-rw-r--r-- | platform/ios/Info.plist | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/platform/android/res/values/strings.xml b/platform/android/res/values/strings.xml index f99aa2ca..80a80200 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.3 (git build)</string> + <string name="version">1.4 (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/debian/changelog b/platform/debian/changelog index 7b8df298..5bd3cf20 100644 --- a/platform/debian/changelog +++ b/platform/debian/changelog @@ -1,3 +1,9 @@ +mupdf (1.4-1) unstable; urgency=low + + * MuPDF version 1.4 + + -- Tor Andersson <tor.andersson@artifex.com> Wed, 01 Apr 2014 12:00:00 +0200 + mupdf (1.3-1) unstable; urgency=low * MuPDF version 1.3 diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index cbbf4fa4..2d872aff 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -72,11 +72,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.3</string> + <string>1.4</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>1.3</string> + <string>1.4</string> <key>LSRequiresIPhoneOS</key> <true/> <key>UIFileSharingEnabled</key> |