diff options
author | 2021-03-02 01:48:18 +0000 | |
---|---|---|
committer | 2021-03-02 01:48:18 +0000 | |
commit | 604491a552ff2241185c10ce97328c75cb065a81 (patch) | |
tree | 55df9cd31e34a8547121f1c27d38a9c02ed58d95 /usr.bin/ssh | |
parent | Do *not* delay while waiting for IOTLB invalidation to complete. A 1ms (diff) | |
download | wireguard-openbsd-604491a552ff2241185c10ce97328c75cb065a81.tar.xz wireguard-openbsd-604491a552ff2241185c10ce97328c75cb065a81.zip |
openssh-8.5
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 c945013ecd7..8b02bbeddfa 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.88 2020/09/27 07:22:05 djm Exp $ */ +/* $OpenBSD: version.h,v 1.89 2021/03/02 01:48:18 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.4" +#define SSH_VERSION "OpenSSH_8.5" |