diff options
Diffstat (limited to 'crypto/openssh/version.h')
| -rw-r--r-- | crypto/openssh/version.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h new file mode 100644 index 000000000000..1332ed6b2a29 --- /dev/null +++ b/crypto/openssh/version.h @@ -0,0 +1,8 @@ +/* $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 + +#define SSH_VERSION_FREEBSD "FreeBSD-20250801" |
