Whamcloud - gitweb
RM-620 build: New tag lipe-2.45
authorAndreas Dilger <adilger@whamcloud.com>
Sat, 23 Mar 2024 20:37:54 +0000 (14:37 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 23 Mar 2024 20:37:54 +0000 (14:37 -0600)
New tag lipe-2.45

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

lipe/version-gen.sh

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