Whamcloud - gitweb
RM-620 build: New tag lipe-2.53
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 12 Jun 2024 09:08:15 +0000 (03:08 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 12 Jun 2024 09:08:15 +0000 (03:08 -0600)
New tag lipe-2.53

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

lipe/version-gen.sh

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