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 | 6f4c2968d9a035183d937cb055aec739c05280b1 (patch) | |
tree | 3e3270402258677b8ceb7f0db4c68e2123371d97 /make_release | |
parent | Adding upstream version 3.16. (diff) | |
download | iperf3-6f4c2968d9a035183d937cb055aec739c05280b1.tar.xz iperf3-6f4c2968d9a035183d937cb055aec739c05280b1.zip |
Adding upstream version 3.17.1.upstream/3.17.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 () |