increment_version.sh: Tag pre-release

Change-Id: I2c1c34f54c2b259235c70a6ff18d77374365a431
This commit is contained in:
SpiritCroc 2020-09-22 10:20:41 +02:00
parent 4ed7529179
commit cc2d95f0dd
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_v$version"
new_tag="sc_pre_v$version"
set_prop "ext.scVersion" "$scVersion"
set_prop "versionCode" "$versionCode"