Whamcloud - gitweb
RM-620 build: New tag lipe-2.43
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 9 Mar 2024 07:48:48 +0000 (00:48 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 9 Mar 2024 07:48:48 +0000 (00:48 -0700)
New tag lipe-2.43

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

lipe/version-gen.sh

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