summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-04-02 14:22:00 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-04-02 14:22:46 +0200
commit595b0b918f4a470db87f93b303cd21f3a7765a00 (patch)
tree2e3656d38d01e779ba9af0fdc326576ef7b266d4
parentc7222731c15dfbda20daf458da48bed156b5f3a5 (diff)
downloadmupdf-595b0b918f4a470db87f93b303cd21f3a7765a00.tar.xz
Bump the version number to 1.4.
-rw-r--r--include/mupdf/fitz/version.h2
-rw-r--r--platform/android/res/values/strings.xml2
-rw-r--r--platform/debian/changelog6
-rw-r--r--platform/ios/Info.plist4
4 files changed, 10 insertions, 4 deletions
diff --git a/include/mupdf/fitz/version.h b/include/mupdf/fitz/version.h
index 6f7c1ff0..904e2dea 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.3"
+#define FZ_VERSION "1.4"
#endif
#endif
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>