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

2023-12-18 15:59:40 +00:00
/* $OpenBSD: version.h,v 1.100 2023/12/18 14:48:44 djm Exp $ */
2023-12-18 15:59:40 +00:00
#define SSH_VERSION "OpenSSH_9.6"
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-20240104"