Revert "build-package: change version string printed"

This reverts commit 691c82c890.
merge-requests/34/head
Christopher Roy Bratusek 3 years ago
parent c64269bf01
commit 5cdfc002d7

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

Loading…
Cancel
Save