]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/openssh/version.h
This commit was generated by cvs2svn to compensate for changes in r174223,
[FreeBSD/FreeBSD.git] / crypto / openssh / version.h
1 /* $OpenBSD: version.h,v 1.48 2006/11/07 10:31:31 markus 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_4.5p1"
9 #define SSH_VERSION_ADDENDUM    "FreeBSD-20061110"
10
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *add);
13 #endif /* SSH_VERSION */