diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-05-06 22:58:01 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-05-07 07:39:00 +0200 |
commit | a8265bd64c14881fc7f4fa592f46dfc66b911f17 (patch) | |
tree | 8cf4dbcba5d7d72534bdb353e3d8097bf16c4766 | |
parent | upstream: another case where a utimes() failure could make scp send (diff) | |
download | openssh-a8265bd64c14881fc7f4fa592f46dfc66b911f17.tar.xz openssh-a8265bd64c14881fc7f4fa592f46dfc66b911f17.zip |
upstream: openssh-8.3; ok deraadt@
OpenBSD-Commit-ID: c8831ec88b9c750f5816aed9051031fb535d22c1
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -/* $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" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |