summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2017-03-20 01:18:59 +0000
committerdjm <djm@openbsd.org>2017-03-20 01:18:59 +0000
commit245656cc18f589cd5569d2f86c34499a7972d4aa (patch)
tree1373250cf56af40729797fb35a3320eb250d39a6
parentInitialize the stack buffer used to build the auxiliary vector to zero to (diff)
downloadwireguard-openbsd-245656cc18f589cd5569d2f86c34499a7972d4aa.tar.xz
wireguard-openbsd-245656cc18f589cd5569d2f86c34499a7972d4aa.zip
openssh-7.5
-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 550d811e07b..022de0bd7b6 100644
--- a/usr.bin/ssh/version.h
+++ b/usr.bin/ssh/version.h
@@ -1,3 +1,3 @@
-/* $OpenBSD: version.h,v 1.78 2016/12/19 04:55:51 djm Exp $ */
+/* $OpenBSD: version.h,v 1.79 2017/03/20 01:18:59 djm Exp $ */
-#define SSH_VERSION "OpenSSH_7.4"
+#define SSH_VERSION "OpenSSH_7.5"