summaryrefslogtreecommitdiff
path: root/crypto/dist/ssh/version.h
blob: d607b328bab65a5f8dc0014fea25caae724c0338 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$NetBSD: version.h,v 1.32 2003/09/17 23:19:04 christos Exp $	*/
/* $OpenBSD: version.h,v 1.37 2003/04/01 10:56:46 markus Exp $ */

#define __OPENSSH_VERSION	"OpenSSH_3.6.1"
#define __NETBSDSSH_VERSION	"NetBSD_Secure_Shell-20030917"

/*
 * 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)