Merge branch 'vendor/GCC44' into gcc442
[dragonfly.git] / secure / lib / libssh / version.h
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.10 2008/09/28 03:19:46 pavalos Exp $ */
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.2p1"
9 #define SSH_VERSION_ADDENDUM    "DragonFly-20090620"
10
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *add);
13 #endif /* SSH_VERSION */