Whamcloud - gitweb
RM-620 build: New tag lipe-2.28
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 21 Aug 2023 08:53:26 +0000 (02:53 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 21 Aug 2023 08:53:26 +0000 (02:53 -0600)
New tag lipe-2.28

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

lipe/version-gen.sh

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