Whamcloud - gitweb
RM-620 build: New tag lipe-2.29
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 1 Sep 2023 13:24:53 +0000 (07:24 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 1 Sep 2023 13:24:53 +0000 (07:24 -0600)
New tag lipe-2.29

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

lipe/version-gen.sh

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