mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-13 20:37:26 +00:00
7 lines
173 B
C
7 lines
173 B
C
/* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_6.0"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|