Whamcloud - gitweb
RM-620 build: New tag lipe-2.34
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 19 Oct 2023 12:58:53 +0000 (22:58 +1000)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 19 Oct 2023 12:58:53 +0000 (22:58 +1000)
New tag lipe-2.34

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

lipe/version-gen.sh

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