diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-04-16 03:42:01 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-04-16 03:42:01 +0000 |
commit | 774126ac70dfad3d174f7f1e8d3b7734f968064c (patch) | |
tree | 94a573f6d2469a2dd79cffd0211ab50ed3285996 /usr.bin | |
parent | 8d84e197d0eba36cba2e73aa7106e59097cdffb8 (diff) |
openssh-8.6
Diffstat (limited to 'usr.bin')
-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 8b02bbeddfa..94a58bda213 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.89 2021/03/02 01:48:18 djm Exp $ */ +/* $OpenBSD: version.h,v 1.90 2021/04/16 03:42:00 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.5" +#define SSH_VERSION "OpenSSH_8.6" |