diff options
author | David A. Madore <david+git@madore.org> | 2010-05-02 00:22:10 +0200 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2010-05-02 00:22:10 +0200 |
commit | a1483e48dc608f5f0e3b9807a86599635149cced (patch) | |
tree | e8b9b8bd16443e6987f4b2192f9fcdadc942694d | |
parent | ef789edffd1905d1b66c90aa7392fd97252ccbb5 (diff) | |
download | UnicodeMap-a1483e48dc608f5f0e3b9807a86599635149cced.tar.gz UnicodeMap-a1483e48dc608f5f0e3b9807a86599635149cced.tar.bz2 UnicodeMap-a1483e48dc608f5f0e3b9807a86599635149cced.zip |
Bump version number to 0.0.3. Give proper Unicode copyright in About.v0.0.3
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8303217..fd06285 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.madore.android.unicodeMap" - android:versionCode="2" - android:versionName="0.0.2"> + android:versionCode="3" + android:versionName="0.0.3"> <uses-sdk android:minSdkVersion="3" /> <application android:label="@string/app_name" android:icon="@drawable/icon"> diff --git a/res/values/strings.xml b/res/values/strings.xml index aee9313..bef7c95 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -31,10 +31,10 @@ <string name="decode_results">decode results</string> <string name="menu_about">About</string> <string name="about_title">About Unicode Map</string> - <string name="about_text">Unicode Map version 0.0.2\nby David + <string name="about_text">Unicode Map version 0.0.3\nby David A. Madore\n\n(Unfinished and Unstable!)\n\nThe code for this - program is in the Public Domain; data is by the Unicode - consortium.\nNote: Android displays most characters as + program is in the Public Domain; data is ©1991–2010 + Unicode, Inc.\nNote: Android displays most characters as rectangles, but you can still paste them correctly (e.g., in web forms).</string> <string name="ok_button">OK</string> |