diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:27:01 +0000 |
commit | d39e888302ddb1783610741967b649f68db19c8b (patch) | |
tree | 44cd4104b105455dc5e19be9cc11f9a9141923a5 /make_release | |
parent | Adding debian version 3.16-1. (diff) | |
download | iperf3-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-x | make_release | 2 |
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 () |