Whamcloud - gitweb
RM-620 build: New tag lipe-2.27
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 14 Aug 2023 21:39:01 +0000 (15:39 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 14 Aug 2023 21:39:01 +0000 (15:39 -0600)
New tag lipe-2.27

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

lipe/version-gen.sh

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