diff options
author | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 18:12:21 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2012-03-01 18:12:21 +0000 |
commit | 8e2005fa2650b142b89799249b07ea72bdbcc906 (patch) | |
tree | 8a9f651b5a4781fdf35985400562a0a416a26bd5 /res/values | |
parent | 7125dc4757c29dfe9f451e51078ff59ce1521a6c (diff) | |
download | southamptonuniversitymap-8e2005fa2650b142b89799249b07ea72bdbcc906.tar southamptonuniversitymap-8e2005fa2650b142b89799249b07ea72bdbcc906.tar.gz |
Fixed route movement, now tested.
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 34ee0c5..305eab8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -106,7 +106,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.5 (alpha)</string> + <string name="about_version_summary">0.6 (alpha)</string> <string name="about_copyright">Copyright</string> <string name="about_copyright_summary">© 2012, Christopher Baines</string> <string name="about_license">License</string> |