From: Andreas Dilger Date: Mon, 13 May 2024 22:40:35 +0000 (+0200) Subject: RM-620 build: New tag lipe-2.50 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2be92c760c9796f06f6bd091ca6f44f40a229e3c;p=fs%2Flustre-release.git RM-620 build: New tag lipe-2.50 New tag lipe-2.50 Signed-off-by: Andreas Dilger Change-Id: I30e3b022099dac627c25482f4f883450544fceae --- diff --git a/lipe/version-gen.sh b/lipe/version-gen.sh index 7a263d9..327ae1f 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.49 +VERSION=2.50 if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')