mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-03 03:54:53 +02:00
7 lines
170 B
C
7 lines
170 B
C
/* $OpenBSD: version.h,v 1.92 2021/09/26 14:01:11 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_8.8"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|