[BACK]Return to version.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

File: [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist / version.h (download)

Revision 1.14, Fri Apr 3 23:58:19 2015 UTC (9 years ago) by christos
Branch: MAIN
Changes since 1.13: +3 -3 lines

Merge conflicts

/*	$NetBSD: version.h,v 1.14 2015/04/03 23:58:19 christos Exp $	*/
/* $OpenBSD: version.h,v 1.72 2015/03/04 18:53:53 djm Exp $ */

#define __OPENSSH_VERSION	"OpenSSH_6.8"
#define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20150403"
#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