Whamcloud - gitweb
RM-620 build: New tag lipe-2.32
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 2 Oct 2023 01:06:16 +0000 (03:06 +0200)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 2 Oct 2023 01:06:16 +0000 (03:06 +0200)
New tag lipe-2.32

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

lipe/version-gen.sh

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