Whamcloud - gitweb
RM-620 build: New tag lipe-2.52
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 6 Jun 2024 08:37:00 +0000 (02:37 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 6 Jun 2024 08:37:00 +0000 (02:37 -0600)
New tag lipe-2.52

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

lipe/version-gen.sh

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