1 /* $NetBSD: version.h,v 1.1.1.2 2009/12/27 01:07:18 christos Exp $ */
2 /* $OpenBSD: version.h,v 1.56 2009/06/30 14:54:40 markus Exp $ */
4 #define __OPENSSH_VERSION "OpenSSH_5.3"
5 #define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20091226"
6 #define SSH_HPN "-hpn13v6"
8 * it is important to retain OpenSSH version identification part, it is
9 * used for bug compatibility operation. present NetBSD SSH version as comment
11 #define SSH_VERSION __OPENSSH_VERSION " " __NETBSDSSH_VERSION
12 #define SSH_RELEASE SSH_VERSION SSH_HPN