Whamcloud - gitweb
RM-620 build: New tag lipe-2.50
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 13 May 2024 22:40:35 +0000 (00:40 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 13 May 2024 22:40:35 +0000 (00:40 +0200)
New tag lipe-2.50

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

lipe/version-gen.sh

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