diff options
author | 2016-12-19 04:55:51 +0000 | |
---|---|---|
committer | 2016-12-19 04:55:51 +0000 | |
commit | 1344ef06767d4784ce0c07ff361ebc4dcb2512b6 (patch) | |
tree | c185b75968e8207934990fcf8baa48526846d50a | |
parent | remove testcase that depends on exact output and behaviour of (diff) | |
download | wireguard-openbsd-1344ef06767d4784ce0c07ff361ebc4dcb2512b6.tar.xz wireguard-openbsd-1344ef06767d4784ce0c07ff361ebc4dcb2512b6.zip |
openssh-7.4
-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 ffab129c04a..550d811e07b 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.77 2016/07/24 11:45:36 djm Exp $ */ +/* $OpenBSD: version.h,v 1.78 2016/12/19 04:55:51 djm Exp $ */ -#define SSH_VERSION "OpenSSH_7.3" +#define SSH_VERSION "OpenSSH_7.4" |