Whamcloud - gitweb
RM-620 build: New tag lipe-2.38
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 12 Dec 2023 05:53:04 +0000 (22:53 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 12 Dec 2023 05:53:04 +0000 (22:53 -0700)
New tag lipe-2.38

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

lipe/version-gen.sh

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