Whamcloud - gitweb
Update lipe version to 2.22.
authorJohn L. Hammond <jhammond@whamcloud.com>
Tue, 18 Jan 2022 15:40:26 +0000 (09:40 -0600)
committerJohn L. Hammond <jhammond@whamcloud.com>
Tue, 18 Jan 2022 15:40:26 +0000 (09:40 -0600)
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I2e7d9b55b8aa8d6396a636a866470f2337028851

lipe/version-gen.sh

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