From: Andreas Dilger Date: Wed, 12 Jun 2024 09:08:15 +0000 (-0600) Subject: RM-620 build: New tag lipe-2.53 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=46cf61741257d46f0f7242b963339f46fdbea6c6;p=fs%2Flustre-release.git RM-620 build: New tag lipe-2.53 New tag lipe-2.53 Signed-off-by: Andreas Dilger Change-Id: I7761005d9f91455007931047b370b186b9dba0e4 --- diff --git a/lipe/version-gen.sh b/lipe/version-gen.sh index 6b5d048..b6fb612 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.52 +VERSION=2.53 if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')