Release 0.58

This commit is contained in:
Daniel Martí 2014-01-10 21:29:25 +01:00
parent 6a49d9656c
commit 15c1b98d5c
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid" package="org.fdroid.fdroid"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="570" android:versionCode="580"
android:versionName="0.57-test" > android:versionName="0.58" >
<uses-sdk <uses-sdk
android:minSdkVersion="5" android:minSdkVersion="5"

View File

@ -1,4 +1,4 @@
### Upcoming release ### 0.58 (2014-01-11)
* Download icons with a resolution that matches the device's screen density, * Download icons with a resolution that matches the device's screen density,
which saves resources on smaller devices and gets rid of unnecessary which saves resources on smaller devices and gets rid of unnecessary

View File

@ -2,7 +2,7 @@
<resources> <resources>
<string name="app_name">F-Droid</string> <string name="app_name">F-Droid</string>
<string name="version_name">0.57-test</string> <string name="version_name">0.58</string>
<string name="about_sitec">https://f-droid.org</string> <string name="about_sitec">https://f-droid.org</string>
<string name="about_mailc">team@f-droid.org</string> <string name="about_mailc">team@f-droid.org</string>