blob: 0388548b5a5b6332791b021381338b6ffffb7a60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: version.h,v 1.35 2006/02/04 22:32:14 christos Exp $ */
/* $OpenBSD: version.h,v 1.46 2006/02/01 11:27:22 markus Exp $ */
#define __OPENSSH_VERSION "OpenSSH_4.3"
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20060204"
/*
* 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)
|