Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb319a
)
RM-620 build: New tag lipe-2.40
author
Andreas Dilger
<adilger@whamcloud.com>
Fri, 2 Feb 2024 16:21:16 +0000
(09:21 -0700)
committer
Andreas Dilger
<adilger@whamcloud.com>
Fri, 2 Feb 2024 16:21:16 +0000
(09:21 -0700)
New tag lipe-2.40
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: If7cd3a8cb392eee47bbc004ba881518f0e3fb991
lipe/version-gen.sh
patch
|
blob
|
history
diff --git
a/lipe/version-gen.sh
b/lipe/version-gen.sh
index
f6a2acb
..
fed6db6
100755
(executable)
--- a/
lipe/version-gen.sh
+++ b/
lipe/version-gen.sh
@@
-2,7
+2,7
@@
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
-VERSION=2.
39
+VERSION=2.
40
if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')