diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-02-13 13:47:52 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-02-13 13:48:35 +0100 |
commit | cc4e2c8cb5e0e12ac55c3aff775b710a3fecbcdc (patch) | |
tree | cd5f7e3914745d7a1cb55283d9d848ed53728fe6 /android | |
parent | bc131fc0b8de2af766281eed31efbc4e13efa72a (diff) | |
download | mupdf-cc4e2c8cb5e0e12ac55c3aff775b710a3fecbcdc.tar.xz |
Bump version number strings and dates for 1.2 release.
Diffstat (limited to 'android')
-rw-r--r-- | android/ReadMe.txt | 4 | ||||
-rw-r--r-- | android/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/android/ReadMe.txt b/android/ReadMe.txt index fc885d83..5120fc6b 100644 --- a/android/ReadMe.txt +++ b/android/ReadMe.txt @@ -115,9 +115,7 @@ capable of building for android is capable of doing a normal hosted build. On windows (where you are using cygwin), or on linux/macos, this can be -as simple as running 'make' in the top level directory. Even if the -make process fails, it should get far enough to generate you the required -'generated' directory, and you can continue through these instructions. +as simple as running 'make generate' in the top level directory. 11) Change into mupdf's android directory. Copy the android/local.properties.sample file to be android/local.properties and diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml index 28995d2e..06ff9983 100644 --- a/android/res/values/strings.xml +++ b/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.1 (Build 6)</string> + <string name="version">1.2</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="open_failed">Unable to open document</string> |