diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2020-09-27 07:22:06 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2020-09-27 07:22:06 +0000 |
commit | 5023ecd564cb24d667ab53d9a5699d9d861287c7 (patch) | |
tree | 7013744804b70231a7251c0ed6b1bdeecf97c1f1 /usr.bin/ssh | |
parent | 34540ae481ae1afb0ac25c8e790fd36304fc84d9 (diff) |
openssh 8.4
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 05157f8498e..c945013ecd7 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.87 2020/05/06 20:58:01 djm Exp $ */ +/* $OpenBSD: version.h,v 1.88 2020/09/27 07:22:05 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.3" +#define SSH_VERSION "OpenSSH_8.4" |