xref: /freebsd/crypto/openssh/version.h (revision 3f5d875a27318a909f23a2b7463c4b2d963085df)
1 /* $OpenBSD: version.h,v 1.96 2023/02/02 12:10:22 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.2"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20230205"
9