Skip to content

Commit 10f02d7

Browse files
committed
2.4.3 release
1 parent 3fac1a6 commit 10f02d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.2
1+
2.4.3

makeself.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,16 @@
7070
# - 2.4.0 : Optional support for SHA256 checksums in archives.
7171
# - 2.4.2 : Add support for threads for several compressors. (M. Limber)
7272
# Added zstd support.
73+
# - 2.4.3 : Make explicit POSIX tar archives for increased compatibility.
7374
#
74-
# (C) 1998-2020 by Stephane Peter <megastep@megastep.org>
75+
# (C) 1998-2021 by Stephane Peter <megastep@megastep.org>
7576
#
7677
# This software is released under the terms of the GNU GPL version 2 and above
7778
# Please read the license at http://www.gnu.org/copyleft/gpl.html
7879
# Self-extracting archives created with this script are explictly NOT released under the term of the GPL
7980
#
8081

81-
MS_VERSION=2.4.2
82+
MS_VERSION=2.4.3
8283
MS_COMMAND="$0"
8384
unset CDPATH
8485

0 commit comments

Comments
 (0)