mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-28 04:52:07 +00:00
a79bb8ec5e
[version.h] crank version; from djm
7 lines
174 B
C
7 lines
174 B
C
/* $OpenBSD: version.h,v 1.51 2008/03/04 21:15:42 deraadt Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_4.8"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|