diff options
author | 2020-05-06 20:58:01 +0000 | |
---|---|---|
committer | 2020-05-06 20:58:01 +0000 | |
commit | 30e1cf84d14e7f7f880241a2666fec96d79be86a (patch) | |
tree | f224648588296a91dd0343135c4a9fcfb32b25ab | |
parent | another case where a utimes() failure could make scp send a (diff) | |
download | wireguard-openbsd-30e1cf84d14e7f7f880241a2666fec96d79be86a.tar.xz wireguard-openbsd-30e1cf84d14e7f7f880241a2666fec96d79be86a.zip |
openssh-8.3; ok deraadt@
-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 d9fa5e99f5f..05157f8498e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.86 2020/02/14 00:39:20 djm Exp $ */ +/* $OpenBSD: version.h,v 1.87 2020/05/06 20:58:01 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.2" +#define SSH_VERSION "OpenSSH_8.3" |