freebsd-dev/crypto/openssh/version.h
Dag-Erling Smørgrav 6888a9be56 Upgrade to OpenSSH 6.2p1. The most important new features are support
for a key revocation list and more fine-grained authentication control.
2013-03-22 17:55:38 +00:00

11 lines
274 B
C

/* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */
/* $FreeBSD$ */
#define SSH_VERSION "OpenSSH_6.2"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20130322"
#define SSH_VERSION_HPN "_hpn13v11"