xref: /freebsd/crypto/openssh/version.h (revision 1fb7d2cf999e52e3682174d0c2f20cb3baf414f3)
1 /* $OpenBSD: version.h,v 1.97 2023/03/15 21:19:57 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.3"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20230316"
9