diff options
author | 2003-04-01 10:56:46 +0000 | |
---|---|---|
committer | 2003-04-01 10:56:46 +0000 | |
commit | 7d237160744777e23d23481f99d270edcb51119b (patch) | |
tree | 4a2c43d75cf777e929acd42bbe12dc73b47dfbf4 | |
parent | bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@; tested by ho@ and myself (diff) | |
download | wireguard-openbsd-7d237160744777e23d23481f99d270edcb51119b.tar.xz wireguard-openbsd-7d237160744777e23d23481f99d270edcb51119b.zip |
3.6.1
-rw-r--r-- | usr.bin/ssh/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index 9c80ca5887d..7d9279513db 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.36 2003/03/17 11:43:47 markus Exp $ */ +/* $OpenBSD: version.h,v 1.37 2003/04/01 10:56:46 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.6" +#define SSH_VERSION "OpenSSH_3.6.1" |