xref: /freebsd/crypto/openssh/version.h (revision 657729a89dd578d8cfc70d6616f5c65a48a8b33a)
1 /* $OpenBSD: version.h,v 1.95 2022/09/26 22:18:40 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.1"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20221019"
9