diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-03-23 21:40:14 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-03-23 21:40:14 +0100 |
commit | 1d2aad91346fe8528b18351c608a036b58bb81b9 (patch) | |
tree | f42a1cef0b857e7bce599b6ec6db9ddda003632b /res | |
parent | f6b306639392f89b28ae9e5147c66f0f8b69a117 (diff) | |
download | BlueGPS-1d2aad91346fe8528b18351c608a036b58bb81b9.zip BlueGPS-1d2aad91346fe8528b18351c608a036b58bb81b9.tar.gz BlueGPS-1d2aad91346fe8528b18351c608a036b58bb81b9.tar.bz2 |
increase app version name (1.2.4) and code
Diffstat (limited to 'res')
-rw-r--r-- | res/values/constants.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml index 331eef3..9b47fe2 100644 --- a/res/values/constants.xml +++ b/res/values/constants.xml @@ -19,7 +19,7 @@ along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/.
-->
<resources>
- <string name="versionName">1.2.3</string>
+ <string name="versionName">1.2.4</string>
<string name="pref_start_gps_key">startGps</string>
<string name="pref_gps_location_provider_key">gpsLocationProviderKey</string>
|