mirror of
https://github.com/openssh/openssh-portable.git
synced 2026-01-12 00:04:08 +08:00
The only change since 10.1 is the channels.c fix OpenBSD-Commit-ID: 5eebeb0db14c694efd4ee96b5f16112e3e5d5ba9
7 lines
172 B
C
7 lines
172 B
C
/* $OpenBSD: version.h,v 1.107 2025/10/08 00:32:52 djm Exp $ */
|
|
|
|
#define SSH_VERSION "OpenSSH_10.2"
|
|
|
|
#define SSH_PORTABLE "p1"
|
|
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
|