]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - crypto/openssh/version.h
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #ifndef SSH_VERSION
5
6 #define SSH_VERSION_BASE        "OpenSSH_5.8p2"
7 #define SSH_VERSION_ADDENDUM    "FreeBSD-20110503"
8 #define SSH_VERSION_HPN         "_hpn13v11"
9 #define SSH_VERSION             SSH_VERSION_BASE SSH_VERSION_HPN " " SSH_VERSION_ADDENDUM
10 #define SSH_RELEASE             (ssh_version_get())
11
12 const char *ssh_version_get(void);
13 void ssh_version_set_addendum(const char *);
14 #endif /* SSH_VERSION */