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:
89cc7c4
)
RM-620 build: New tag lipe-2.25
author
Andreas Dilger
<adilger@whamcloud.com>
Tue, 1 Aug 2023 22:06:11 +0000
(16:06 -0600)
committer
Andreas Dilger
<adilger@whamcloud.com>
Tue, 1 Aug 2023 22:06:11 +0000
(16:06 -0600)
New tag lipe-2.25
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I0beb892085dff9b28495483df8b5a877ac078ea8
lipe/version-gen.sh
patch
|
blob
|
history
diff --git
a/lipe/version-gen.sh
b/lipe/version-gen.sh
index
9f7bcb4
..
b874723
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.24"
+VERSION=
lipe-2.25
if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')