diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2024-03-11 04:59:48 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2024-03-11 04:59:48 +0000 |
commit | 5a35eaab657742ba8ef39030ddad8ebb1670156c (patch) | |
tree | 504f4f5e842a6daa5a1ec4bb7798e008d077acb2 /usr.bin | |
parent | a42ec90237116247a93cda64ff8ea966ace31456 (diff) |
openssh-9.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 9134b5fd3af..f519deb891a 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.100 2023/12/18 14:48:44 djm Exp $ */ +/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */ -#define SSH_VERSION "OpenSSH_9.6" +#define SSH_VERSION "OpenSSH_9.7" |