Whamcloud - gitweb
RM-620 build: New tag lipe-2.33
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 6 Oct 2023 23:30:35 +0000 (17:30 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 6 Oct 2023 23:30:35 +0000 (17:30 -0600)
New tag lipe-2.33

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

lipe/version-gen.sh

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