freebsd-dev/crypto/openssh/version.h
Dag-Erling Smørgrav 420bce642c Upgrade to OpenSSH 6.2p2. Mostly a no-op since I had already patched
the issues that affected us.
2013-05-17 09:12:33 +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 "p2"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
#define SSH_VERSION_FREEBSD "FreeBSD-20130515"
#define SSH_VERSION_HPN "_hpn13v11"