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