mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-13 21:53:47 +08:00
2aa6d3cfce
banner. Suggested by deraadt@, ok mouring@, dtucker@
7 lines
173 B
C
7 lines
173 B
C
/* $OpenBSD: version.h,v 1.42 2004/08/16 08:17:01 markus Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_3.9"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|