From 0655abe3b940111cdca819da2d8e6efc40feda44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 10 Mar 2016 16:53:01 +0000 Subject: [PATCH] Bump to 0.100-alpha1 Also update CONTRIBUTING, since we're now going to use three digits in the version codes for the second part in each version. --- CONTRIBUTING.md | 4 ++-- F-Droid/AndroidManifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 445bf848f..89a413dc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,8 +83,8 @@ These will usually include changes and new features that have not been tested enough for a stable release, so use at your own risk. Testers and reporters are very welcome. -The version codes use a number of digits per each of these keys: `XYYZNN`. -So for example, 1.3.1 would be `103150` and 0.95-alpha13 would be `95013` +The version codes use a number of digits per each of these keys: `XXXYYYZNN`. +So for example, 1.3.1 would be `1003150` and 0.95-alpha13 would be `95013` (leading zeros are omitted). Note that we use a trailing `50` for actual stable releases, so alphas are diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index 6f9339aeb..d39dbdb25 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -2,8 +2,8 @@