Upgrade to OpenSSH 4.7p1.
[dragonfly/port-amd64.git] / secure / lib / libssh / version.h
blobfcc2e03b6671b1a4d9cbd1cf90879ed88db11659
1 /* $OpenBSD: version.h,v 1.46 2006/02/01 11:27:22 markus Exp $ */
2 /* $DragonFly: src/secure/lib/libssh/version.h,v 1.8 2007/09/08 05:01:18 pavalos Exp $ */
4 #ifndef SSH_VERSION
6 #define SSH_VERSION (ssh_version_get())
7 #define SSH_RELEASE (ssh_version_get())
8 #define SSH_VERSION_BASE "OpenSSH_4.7p1"
9 #define SSH_VERSION_ADDENDUM "DragonFly-20070907"
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *add);
13 #endif /* SSH_VERSION */