blob: 41f6d4bc61ee6ed2bed2e745f3759e8c0eab4c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: version.h,v 1.20 2001/12/06 03:54:06 itojun Exp $ */
/* $OpenBSD: version.h,v 1.27 2001/12/05 15:04:48 markus Exp $ */
#define __OPENSSH_VERSION "OpenSSH_3.0.2"
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20011206"
/*
* it is important to retain OpenSSH version identification part, it is
* used for bug compatibility operation. present NetBSD SSH version as comment
*/
#define SSH_VERSION (__OPENSSH_VERSION " " __NETBSDSSH_VERSION)
|