freebsd-src/crypto/openssh/version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
219 B
C
Raw Normal View History

2024-03-17 17:47:10 +00:00
/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
2024-03-17 17:47:10 +00:00
#define SSH_VERSION "OpenSSH_9.7"
2023-08-10 16:16:53 +00:00
#define SSH_PORTABLE "p1"
2005-06-05 15:40:50 +00:00
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20240318"