6 lines
172 B
C
6 lines
172 B
C
/* $OpenBSD: version.h,v 1.105 2025/04/09 07:00:21 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_10.0"
|
|
|
|
#define SSH_PORTABLE "p2"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|