Bump build target version to SFOS 4.4.0.58

This commit is contained in:
Matti Viljanen 2022-08-10 00:23:24 +03:00
parent c0b7c4ddce
commit 887cb9a38f
No known key found for this signature in database
GPG key ID: CF32A1495158F888

View file

@ -8,7 +8,7 @@
########## ##########
export APP_NAME=$(grep "Name" $(find . -regextype egrep -regex "\.\/rpm\/[a-z0-9_-]*\.(yaml|spec)" -print | head -1) | awk '{print $2}') export APP_NAME=$(grep "Name" $(find . -regextype egrep -regex "\.\/rpm\/[a-z0-9_-]*\.(yaml|spec)" -print | head -1) | awk '{print $2}')
export SFOS_VER=4.3.0.12 export SFOS_VER=4.4.0.58
########## ##########
# Paths # Paths