Revert "increment_version.sh: Tag pre-release"

F-Droid update scanner seems to pick it up either way...

This reverts commit cc2d95f0dd.
This commit is contained in:
SpiritCroc 2020-09-30 10:52:45 +02:00
parent 68ed05ae7f
commit ad70208d7c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ scVersion=`get_prop ext.scVersion`
version="$versionMajor.$versionMinor.$versionPatch.sc.$scVersion"
versionCode=`echo "(($versionMajor * 10000 + $versionMinor * 100 + $versionPatch + $scVersion) + 4000000) * 10" | bc`
new_tag="sc_pre_v$version"
new_tag="sc_v$version"
set_prop "ext.scVersion" "$scVersion"
set_prop "versionCode" "$versionCode"