Update lipe version to 2.20. Tag to be created at a later date.
Test-Parameters: trivial
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I7d4c4c07bb38aae809229087ee66b57c6c128dd6
Reviewed-on: https://review.whamcloud.com/45206
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
-#!/bin/sh
+#!/bin/bash
-VERSION="1.19"
-# if [ -d .git ]; then
-# VERSION=$(git describe|sed 's/-[0-9]*-/./')
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
+
+VERSION="2.20"
+
+# There are no lipe tags for b_es6_0 right now.
+# if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
+# VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')
# fi
printf "%s" "$VERSION"