Using global version file.
This commit is contained in:
parent
d039300d82
commit
7fdbb8ef5c
|
@ -2,11 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
. ../functions/common.sh
|
||||
|
||||
DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)"
|
||||
PROGRAM="LIVE\\\-HELPER"
|
||||
VERSION="${CONFIG_VERSION}"
|
||||
VERSION="$(cat ../VERSION)"
|
||||
|
||||
echo "Updating version headers..."
|
||||
|
||||
|
|
Loading…
Reference in New Issue