Whamcloud - gitweb
RM-620 build: New tag lipe-2.48
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 15 Apr 2024 09:58:40 +0000 (03:58 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 15 Apr 2024 09:58:40 +0000 (03:58 -0600)
New tag lipe-2.48

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

lipe/version-gen.sh

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