freebsd-src/crypto/openssh/version.h
Ed Maste 3d3bae9b95 sshd: bump VersionAddendum for 2739a68450
Reported by: markj
Fixes: 2739a68450 ("sshd: remove blacklist call from grace_alarm_...")
Sponsored by: The FreeBSD Foundation
2024-08-06 15:23:33 -04:00

9 lines
219 B
C

/* $OpenBSD: version.h,v 1.101 2024/03/11 04:59:47 djm Exp $ */
#define SSH_VERSION "OpenSSH_9.7"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20240806"