diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2024-09-19 22:17:45 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2024-09-19 22:17:45 +0000 |
commit | 4a77886d2f5579a19a08b36635cc82255faf9ce3 (patch) | |
tree | 4a8b6973227d977f811e23ba8460e5afa743c64f /usr.bin | |
parent | f8e8ce0470b8b0b911f64d026fd0176871619528 (diff) |
openssh-9.9
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 8491b865657..10c5d284b5e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.102 2024/07/01 04:31:59 djm Exp $ */ +/* $OpenBSD: version.h,v 1.103 2024/09/19 22:17:44 djm Exp $ */ -#define SSH_VERSION "OpenSSH_9.8" +#define SSH_VERSION "OpenSSH_9.9" |