mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-14 21:07:04 +00:00
7 lines
174 B
C
7 lines
174 B
C
/* $OpenBSD: version.h,v 1.83 2018/10/10 16:43:49 deraadt Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_7.9"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|