diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-09-26 14:01:12 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-09-26 14:01:12 +0000 |
commit | a9d21f325229c3ba12fc028cfa6fc1edb16c1a89 (patch) | |
tree | 83895720d25ab82d205d1f092dbe3cfe0d6aa9e0 /usr.bin | |
parent | 4fbcd3dc7e4ff86ceaf6d29e84a1e295849e223f (diff) |
openssh-8.8
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 1df7c79575e..359fe7309a7 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.91 2021/08/20 03:22:55 djm Exp $ */ +/* $OpenBSD: version.h,v 1.92 2021/09/26 14:01:11 djm Exp $ */ -#define SSH_VERSION "OpenSSH_8.7" +#define SSH_VERSION "OpenSSH_8.8" |