Whamcloud - gitweb
RM-620 build: New tag lipe-2.25
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 1 Aug 2023 22:06:11 +0000 (16:06 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 1 Aug 2023 22:06:11 +0000 (16:06 -0600)
New tag lipe-2.25

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

lipe/version-gen.sh

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