Whamcloud - gitweb
EX-7386 build: Update lipe tag to 2.24
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 1 Jul 2023 10:09:49 +0000 (04:09 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 1 Jul 2023 10:09:49 +0000 (04:09 -0600)
New version tag.

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

lipe/version-gen.sh

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