diff options
author | 2020-09-27 07:22:05 +0000 | |
---|---|---|
committer | 2020-09-27 07:22:05 +0000 | |
commit | 104972a19f9ce27eb2dc8e56c12c2ae3e20083c8 (patch) | |
tree | 0f46b9721b7650bab13fe5eefe71e078c1a8b4ec | |
parent | adjust date (diff) | |
download | wireguard-openbsd-104972a19f9ce27eb2dc8e56c12c2ae3e20083c8.tar.xz wireguard-openbsd-104972a19f9ce27eb2dc8e56c12c2ae3e20083c8.zip |
openssh 8.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 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" |