From dd9a7207ac469ef694cf4e3496090d856c4f4a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 7 Nov 2015 13:10:25 +0100 Subject: [PATCH] Bump to 0.98-alpha0 after stable --- CHANGELOG.md | 2 +- F-Droid/AndroidManifest.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662522e53..e1a682007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.97 (2015-11-??) +### 0.97 (2015-11-07) * Add option to prompt for unstable updates globally diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 7d7acf05d..b8a04e480 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="97008" - android:versionName="0.97-alpha8" + android:versionCode="98000" + android:versionName="0.98-alpha0" >