ssh: correct version number (9.0)

Reported by:	flo
Fixes:		87c1498d1a ("ssh: update to OpenSSH v9.0p1")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-04-15 12:08:50 -04:00
parent d9945d7821
commit e2cec5ba2c

View File

@ -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