xref: /netbsd-src/crypto/external/bsd/openssh/dist/version.h (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1 /*	$NetBSD: version.h,v 1.11 2013/03/29 16:19:46 christos Exp $	*/
2 /* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */
3 
4 #define __OPENSSH_VERSION	"OpenSSH_6.2"
5 #define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20130329"
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
13 #define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK
14