xref: /freebsd/crypto/openssh/version.h (revision c27f7d6b9cf6d4ab01cb3d0972726c14e0aca146)
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