diff options
author | 2017-03-20 01:18:59 +0000 | |
---|---|---|
committer | 2017-03-20 01:18:59 +0000 | |
commit | 245656cc18f589cd5569d2f86c34499a7972d4aa (patch) | |
tree | 1373250cf56af40729797fb35a3320eb250d39a6 | |
parent | Initialize the stack buffer used to build the auxiliary vector to zero to (diff) | |
download | wireguard-openbsd-245656cc18f589cd5569d2f86c34499a7972d4aa.tar.xz wireguard-openbsd-245656cc18f589cd5569d2f86c34499a7972d4aa.zip |
openssh-7.5
-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 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" |