diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbb10156..f889b953e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.98 (upcoming release) +### 0.98 (2016-02-01) * Add opt-in crash reporting via ACRA diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 60738520a..707038302 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="org.fdroid.fdroid" android:installLocation="auto" - android:versionCode="98007" - android:versionName="0.98-alpha7" + android:versionCode="98050" + android:versionName="0.98" >