From: Andreas Dilger Date: Sat, 27 Apr 2024 22:34:25 +0000 (-0600) Subject: RM-620 build: New tag lipe-2.49 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f369f9e23fc4eb84a0a2e581dde4629e9afc9752;p=fs%2Flustre-release.git RM-620 build: New tag lipe-2.49 New tag lipe-2.49 Signed-off-by: Andreas Dilger Change-Id: I4d2205573cc92586895c54bf513ca78d501982fe --- diff --git a/lipe/version-gen.sh b/lipe/version-gen.sh index 51ff280..7a263d9 100755 --- a/lipe/version-gen.sh +++ b/lipe/version-gen.sh @@ -2,7 +2,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -VERSION=2.48 +VERSION=2.49 if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')