Prepare for 0.66 release

This commit is contained in:
Daniel Martí 2014-05-01 19:25:07 +02:00
parent c32fb3a6b7
commit c288fd5534
4 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fdroid.fdroid"
android:installLocation="auto"
android:versionCode="650"
android:versionName="0.65" >
android:versionCode="660"
android:versionName="0.66" >
<uses-sdk
android:minSdkVersion="5"

View File

@ -1,4 +1,4 @@
### 0.66 (2014-04-??)
### 0.66 (2014-05-01)
* Fix crash on startup for devices with more than 500 installed apps

View File

@ -31,7 +31,7 @@ Add the following lines to your repo manifest:
<remote name="fdroid" fetch="https://git.gitorious.org/f-droid" />
<remote name="github" fetch="https://github.com/" />
<project path="packages/apps/fdroidclient" name="fdroidclient.git" remote="fdroid" revision="0.65" />
<project path="packages/apps/fdroidclient" name="fdroidclient.git" remote="fdroid" revision="0.66" />
<project path="packages/apps/fdroidclient/extern/UniversalImageLoader" name="nostra13/Android-Universal-Image-Loader" remote="github" revision="ee50fd1ce77d866a89374a5ff0886be6e179feb2" />
<project path="packages/apps/fdroidclient/extern/AndroidPinning" name="binaryparadox/AndroidPinning" remote="github" revision="a0d713c6162b7016a3c3f55bcaefcdca4acacebd" />

View File

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