]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/version.h
Upgrade to OpenSSH 5.5p1.
[FreeBSD/FreeBSD.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.58 2010/03/16 16:36:49 djm Exp $ */
2 /* $FreeBSD$ */
3
4 #ifndef SSH_VERSION
5
6 #define SSH_VERSION             (ssh_version_get())
7 #define SSH_RELEASE             (ssh_version_get())
8 #define SSH_VERSION_BASE        "OpenSSH_5.5p1"
9 #define SSH_VERSION_ADDENDUM    "FreeBSD-20100428"
10
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *);
13 #endif /* SSH_VERSION */