xref: /freebsd/crypto/openssh/version.h (revision c5f49ece16a92380092191fad13cb1da72af5d37)
1 /* $OpenBSD: version.h,v 1.98 2023/08/10 01:01:07 djm Exp $ */
2 
3 #define SSH_VERSION	"OpenSSH_9.4"
4 
5 #define SSH_PORTABLE	"p1"
6 #define SSH_RELEASE	SSH_VERSION SSH_PORTABLE
7 
8 #define SSH_VERSION_FREEBSD	"FreeBSD-20230810"
9