xref: /freebsd/crypto/openssh/version.h (revision 5f31d14a92353b6b0acf6960511b3acf3911d163)
1 /* $OpenBSD: version.h,v 1.93 2022/02/23 11:07:09 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.0"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20220415"
9