git: e2cec5ba2c43 - main - ssh: correct version number (9.0)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Apr 2022 16:10:41 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e2cec5ba2c4385eec0b76d07469ec11d3ce3d6e2 commit e2cec5ba2c4385eec0b76d07469ec11d3ce3d6e2 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-04-15 16:08:50 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-04-15 16:10:35 +0000 ssh: correct version number (9.0) Reported by: flo Fixes: 87c1498d1a74 ("ssh: update to OpenSSH v9.0p1") Sponsored by: The FreeBSD Foundation --- crypto/openssh/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 193ca07938c6..d919b88fb53f 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -1,7 +1,7 @@ /* $OpenBSD: version.h,v 1.93 2022/02/23 11:07:09 djm Exp $ */ /* $FreeBSD$ */ -#define SSH_VERSION "OpenSSH_8.9" +#define SSH_VERSION "OpenSSH_9.0" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE