xref: /netbsd-src/crypto/external/bsd/openssh/dist/version.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: version.h,v 1.7 2011/09/07 17:49:19 christos Exp $	*/
2 
3 #define __OPENSSH_VERSION	"OpenSSH_5.9"
4 #define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20110907"
5 #define SSH_HPN         "-hpn13v11"
6 #define SSH_LPK		"-lpk"
7 /*
8  * it is important to retain OpenSSH version identification part, it is
9  * used for bug compatibility operation.  present NetBSD SSH version as comment
10  */
11 #define SSH_VERSION	__OPENSSH_VERSION " " __NETBSDSSH_VERSION
12 #define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK
13