Update build infrastructure for openssh-4.4p1
[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.5 2006/09/28 18:42:50 corecode 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_4.4p1"
9 #define SSH_VERSION_ADDENDUM    "DragonFly-20060928"
10
11 const char *ssh_version_get(void);
12 void ssh_version_set_addendum(const char *add);
13 #endif /* SSH_VERSION */