12 lines
454 B
C
12 lines
454 B
C
/* $NetBSD: version.h,v 1.40 2008/04/06 23:38:20 christos Exp $ */
|
|
/* $OpenBSD: version.h,v 1.53 2008/04/03 09:50:14 djm Exp $ */
|
|
|
|
#define __OPENSSH_VERSION "OpenSSH_5.0"
|
|
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20080403"
|
|
|
|
/*
|
|
* 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)
|