Whamcloud - gitweb
RM-620 build: New tag lipe-2.30
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 7 Sep 2023 00:43:44 +0000 (18:43 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 7 Sep 2023 00:43:44 +0000 (18:43 -0600)
New tag lipe-2.30

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

lipe/version-gen.sh

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