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:
8ae8cc5
)
RM-620 build: New tag lipe-2.32
author
Andreas Dilger
<adilger@whamcloud.com>
Mon, 2 Oct 2023 01:06:16 +0000
(
03:06
+0200)
committer
Andreas Dilger
<adilger@whamcloud.com>
Mon, 2 Oct 2023 01:06:16 +0000
(
03:06
+0200)
New tag lipe-2.32
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I4556f6234985973170f94c06c3572dbfce3204c1
lipe/version-gen.sh
patch
|
blob
|
history
diff --git
a/lipe/version-gen.sh
b/lipe/version-gen.sh
index
593257e
..
6cfa973
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.3
1
+VERSION=2.3
2
if [[ -d ${GIT_DIR:-$SCRIPT_DIR/../.git} ]]; then
VERSION=$(git describe --match="lipe-[0-9]*" --abbrev=7 | sed -e 's/^lipe-//' -e 's/-/_/g')