]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - crypto/openssh/version.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.57 2010/03/07 22:01:32 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.4p1"
9 #define SSH_VERSION_ADDENDUM    "FreeBSD-20100308"
10
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *);
13 #endif /* SSH_VERSION */