1 /* $FreeBSD$ */ 2 /* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */ 3 4 #ifndef SSH_VERSION 5 6 #define SSH_VERSION (ssh_version_get()) 7 #define SSH_VERSION_BASE "OpenSSH_2.9" 8 #define SSH_VERSION_ADDENDUM "FreeBSD localisations 20011202" 9 10 const char *ssh_version_get(void); 11 void ssh_version_set_addendum(const char *add); 12 #endif /* SSH_VERSION */ 13