build-package: change version string printed

merge-requests/34/head
Christopher Roy Bratusek 3 years ago
parent c512a0b5c8
commit 691c82c890

@ -5,7 +5,7 @@ version_date=20201029
build_date=$(LANG='en_US' date +"%Y%m%d")
VERSION=${version_code}.${build_date}
VERSION="${version_code}.${version_date} [build ${build_date}]"
CWD=$(readlink -fn "${BASH_SOURCE[0]}")
CWD=$(dirname "${CWD}")

Loading…
Cancel
Save