xref: /freebsd/crypto/openssh/version.h (revision 0ae642c7dd0c2cfd965a22bf73876cd26cceadd2)
1 /* $OpenBSD: version.h,v 1.103 2024/09/19 22:17:44 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.9"
4 
5 #define SSH_PORTABLE	"p2"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20250219"
9