7 lines
171 B
C
7 lines
171 B
C
/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_9.7"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|