mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-19 16:40:15 +00:00
db854559be
[version.h] move from 6.0-beta to 6.0
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
|