Prepare for 0.74

This commit is contained in:
Daniel Martí 2014-09-11 23:23:31 +02:00
parent 69fd955360
commit 4f06d0081e
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="730"
android:versionName="0.73" >
android:versionCode="740"
android:versionName="0.74" >
<uses-sdk
android:minSdkVersion="7"

View File

@ -1,4 +1,4 @@
### 0.73 (2014-09-07)
### 0.74 (2014-09-11)
* Added "local repo" support to host an F-Droid repo on the device itself, with
full signed repo support, icons, and optional HTTPS

View File

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