Whamcloud - gitweb
RM-620 build: New tag lipe-2.41
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 8 Feb 2024 08:59:59 +0000 (01:59 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 8 Feb 2024 08:59:59 +0000 (01:59 -0700)
New tag lipe-2.41

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

lipe/version-gen.sh

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