xref: /netbsd-src/crypto/external/bsd/openssh/dist/version.h (revision 9469f4f13c84743995b7d51c506f9c9849ba30de)
1 /*	$NetBSD: version.h,v 1.48 2024/09/24 21:32:19 christos Exp $	*/
2 /* $OpenBSD: version.h,v 1.103 2024/09/19 22:17:44 djm Exp $ */
3 
4 #define __OPENSSH_VERSION	"OpenSSH_9.9"
5 #define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20240924"
6 #define SSH_HPN         "-hpn13v14"
7 #define SSH_LPK		"-lpk"
8 /*
9  * it is important to retain OpenSSH version identification part, it is
10  * used for bug compatibility operation.  present NetBSD SSH version as comment
11  */
12 #define SSH_VERSION	__OPENSSH_VERSION " " __NETBSDSSH_VERSION SSH_HPN SSH_LPK
13