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.
This commit is contained in:
parent
8f24759a33
commit
0655abe3b9
@ -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
|
enough for a stable release, so use at your own risk. Testers and reporters
|
||||||
are very welcome.
|
are very welcome.
|
||||||
|
|
||||||
The version codes use a number of digits per each of these keys: `XYYZNN`.
|
The version codes use a number of digits per each of these keys: `XXXYYYZNN`.
|
||||||
So for example, 1.3.1 would be `103150` and 0.95-alpha13 would be `95013`
|
So for example, 1.3.1 would be `1003150` and 0.95-alpha13 would be `95013`
|
||||||
(leading zeros are omitted).
|
(leading zeros are omitted).
|
||||||
|
|
||||||
Note that we use a trailing `50` for actual stable releases, so alphas are
|
Note that we use a trailing `50` for actual stable releases, so alphas are
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.fdroid.fdroid"
|
package="org.fdroid.fdroid"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="99050"
|
android:versionCode="100001"
|
||||||
android:versionName="0.99"
|
android:versionName="0.100-alpha1"
|
||||||
>
|
>
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user