From 10cde95b9ba4a93911b0f3db9e28c53b1cccc95b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 22 Nov 2024 11:00:02 -0800 Subject: [PATCH] bump version to 11.3 --- VERSION | 2 +- build_system.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"