diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2016-02-23 09:14:35 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2016-02-23 09:14:35 +0000 |
commit | 9625b34766c19df723c4db623d9d30a68e95ef9f (patch) | |
tree | 1b42b754a4896b22fdccfa799737e5556bad1c5c /usr.bin/ssh | |
parent | 8caedc8dd866cd3d039b8eddbcefcbdf7f216809 (diff) |
openssh-7.2
Diffstat (limited to 'usr.bin/ssh')
-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 fa3bdc4662e..998d4f67860 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */ +/* $OpenBSD: version.h,v 1.76 2016/02/23 09:14:34 djm Exp $ */ -#define SSH_VERSION "OpenSSH_7.1" +#define SSH_VERSION "OpenSSH_7.2" |