diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-02-26 19:48:31 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-02-26 19:48:31 +0000 |
commit | b640f758e603305a3c32c283c9237dbe47f2cdee (patch) | |
tree | 79d30398283ddca4b233f61886dbf10f7166935e /res/values | |
parent | 81c21ccf040f6c050525de99a8a8078bd8ef03ac (diff) | |
download | southamptonuniversitymap-b640f758e603305a3c32c283c9237dbe47f2cdee.tar southamptonuniversitymap-b640f758e603305a3c32c283c9237dbe47f2cdee.tar.gz |
Fixed another bug to do with a unreactive bus stop, improved the U1 route overlay.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e95a802..6333664 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -102,7 +102,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.< <!-- About Strings --> <string name="about">About</string> <string name="about_version">Version</string> - <string name="about_version_summary">0.3 (alpha)</string> + <string name="about_version_summary">0.4 (alpha)</string> <string name="about_copyright">Copyright</string> <string name="about_copyright_summary">© 2012, Christopher Baines</string> <string name="about_license">License</string> |