xref: /freebsd/crypto/openssh/version.h (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1 /* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.7"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20240701"
9