Whamcloud - gitweb
Update lipe version to 2.23.
authorJohn L. Hammond <jhammond@whamcloud.com>
Thu, 31 Mar 2022 13:45:09 +0000 (08:45 -0500)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 31 Mar 2022 13:45:09 +0000 (08:45 -0500)
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: Ie3cdc735a30225dc8f14c3e67292e52057b2170d

lipe/version-gen.sh

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