Whamcloud - gitweb
RM-620 build: New tag lipe-2.40
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 2 Feb 2024 16:21:16 +0000 (09:21 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 2 Feb 2024 16:21:16 +0000 (09:21 -0700)
New tag lipe-2.40

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: If7cd3a8cb392eee47bbc004ba881518f0e3fb991

lipe/version-gen.sh

index f6a2acb..fed6db6 100755 (executable)
@@ -2,7 +2,7 @@
 
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
 
-VERSION=2.39
+VERSION=2.40
 
 if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
        VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')