xref: /freebsd/crypto/openssh/version.h (revision acd546f01e58354af049455472980c6c4a52e18b)
1 /* $OpenBSD: version.h,v 1.105 2025/04/09 07:00:21 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_10.0"
4 
5 #define SSH_PORTABLE	"p2"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20250801"
9