diff --git a/README.md b/README.md index bed2941..d3d5847 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # NAME -smux v1.0.0 +smux v1.0.1 # SYNOPSIS diff --git a/install b/install index b4de84b..75c1193 100755 --- a/install +++ b/install @@ -40,7 +40,7 @@ Options: EOF } -version=v1.0.0 +version=v1.0.1 next=0 verbose=0 devel=0 diff --git a/smux b/smux index 422ee1e..9dc0a07 100755 --- a/smux +++ b/smux @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with smux; if not, see . -smux_version=1.0.0 +smux_version=1.0.1 # POSIX set -o errexit