diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-08-20 03:22:56 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-08-20 03:22:56 +0000 |
commit | a7bcf538edf1bd610fe192a98ac917c85f86f1ec (patch) | |
tree | bda10811df64f8f17e757057a63b23a67451f4d0 /usr.bin | |
parent | ffec8528dadb504662ebffdf2fb72e6a9bf5111f (diff) |
openssh-8.7
Diffstat (limited to 'usr.bin')
-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 94a58bda213..1df7c79575e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.90 2021/04/16 03:42:00 djm Exp $ */ +/* $OpenBSD: version.h,v 1.91 2021/08/20 03:22:55 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.6" +#define SSH_VERSION "OpenSSH_8.7" |