summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2015-08-21 03:45:26 +0000
committerdjm <djm@openbsd.org>2015-08-21 03:45:26 +0000
commit979cfd5214d36f3c86b8fe7747fda77ed368bafb (patch)
tree64c62585b2811457db7acaae007a1f7af036cb0a
parentfix inverted logic that broke PermitRootLogin; (diff)
downloadwireguard-openbsd-979cfd5214d36f3c86b8fe7747fda77ed368bafb.tar.xz
wireguard-openbsd-979cfd5214d36f3c86b8fe7747fda77ed368bafb.zip
openssh-7.1
-rw-r--r--usr.bin/ssh/version.h4
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"