mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 23:27:35 -04:00
14 lines
559 B
C
14 lines
559 B
C
/* $NetBSD: version.h,v 1.17 2015/08/21 08:20:59 christos Exp $ */
|
|
/* $OpenBSD: version.h,v 1.75 2015/08/21 03:45:26 djm Exp $ */
|
|
|
|
#define __OPENSSH_VERSION "OpenSSH_7.1"
|
|
#define __NETBSDSSH_VERSION "NetBSD_Secure_Shell-20150821"
|
|
#define SSH_HPN "-hpn13v14"
|
|
#define SSH_LPK "-lpk"
|
|
/*
|
|
* 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
|
|
#define SSH_RELEASE SSH_VERSION SSH_HPN SSH_LPK
|