summaryrefslogtreecommitdiff
path: root/tools/make-binaries
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-22 20:30:23 +0200
committerBadlop <badlop@process-one.net>2022-05-04 02:39:15 +0200
commit985fa2413038864cbbf5962fc9bb7cbcae388fc8 (patch)
tree1e86dbd0129f6161355b65d6915150901b4271c3 /tools/make-binaries
parentCreate uninstall.txt with instructions (diff)
Apparently the --tags option is required to properly describe a brand new tag
Diffstat (limited to 'tools/make-binaries')
-rwxr-xr-xtools/make-binaries2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-binaries b/tools/make-binaries
index 3c74d376..daab03d8 100755
--- a/tools/make-binaries
+++ b/tools/make-binaries
@@ -63,7 +63,7 @@ then
fi
rel_name='ejabberd'
-rel_vsn=$(git describe | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]')
+rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]')
mix_vsn=$(mix_version "$rel_vsn")
crosstool_vsn='1.25.0_rc2'
termcap_vsn='1.3.1'