summaryrefslogtreecommitdiffstats
path: root/make_release
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:27:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:27:01 +0000
commitd39e888302ddb1783610741967b649f68db19c8b (patch)
tree44cd4104b105455dc5e19be9cc11f9a9141923a5 /make_release
parentAdding debian version 3.16-1. (diff)
downloadiperf3-d39e888302ddb1783610741967b649f68db19c8b.tar.xz
iperf3-d39e888302ddb1783610741967b649f68db19c8b.zip
Merging upstream version 3.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'make_release')
-rwxr-xr-xmake_release2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_release b/make_release
index 54c43f0..ef80580 100755
--- a/make_release
+++ b/make_release
@@ -21,7 +21,7 @@ echo dirname $dirname
do_tag ()
{
- git tag -s -m "tagging $tag" "$tag"
+ git tag -m "tagging $tag" "$tag"
}
do_tar ()