diff options
author | 2015-08-21 03:45:26 +0000 | |
---|---|---|
committer | 2015-08-21 03:45:26 +0000 | |
commit | 979cfd5214d36f3c86b8fe7747fda77ed368bafb (patch) | |
tree | 64c62585b2811457db7acaae007a1f7af036cb0a | |
parent | fix inverted logic that broke PermitRootLogin; (diff) | |
download | wireguard-openbsd-979cfd5214d36f3c86b8fe7747fda77ed368bafb.tar.xz wireguard-openbsd-979cfd5214d36f3c86b8fe7747fda77ed368bafb.zip |
openssh-7.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 fa64e6a73cd..fa3bdc4662e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.74 2015/08/02 09:56:42 djm Exp $ */ +/* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */ -#define SSH_VERSION "OpenSSH_7.0" +#define SSH_VERSION "OpenSSH_7.1" |