diff --git a/VERSION b/VERSION index 26d6dad..8bb4222 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.2 +11.3 diff --git a/build_system.sh b/build_system.sh index 5b062f4..8c520af 100755 --- a/build_system.sh +++ b/build_system.sh @@ -135,7 +135,7 @@ set_network_stuff() { # Write build info DATETIME=$(date '+%Y-%m-%dT%H:%M:%S') - bash -c "printf \"$GIT_HASH\n$DATETIME\" > BUILD" + bash -c "printf \"$GIT_HASH\n$DATETIME\n\" > BUILD" } GIT_HASH=${GIT_HASH:-$(git --git-dir=$DIR/.git rev-parse HEAD)} exec_as_root bash -c "set -e; export ROOTFS_DIR=$ROOTFS_DIR GIT_HASH=$GIT_HASH; $(declare -f set_network_stuff); set_network_stuff"