version.h revision 81796
1159248Srwatson/* $FreeBSD: head/crypto/openssh/version.h 81796 2001-08-16 19:26:19Z green $ */
2168777Srwatson/* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */
3186647Srwatson
4159248Srwatson#ifndef	SSH_VERSION
5159248Srwatson
6159248Srwatson#define SSH_VERSION		(ssh_version_get())
7159248Srwatson#define SSH_VERSION_BASE	"OpenSSH_2.9"
8159248Srwatson#define	SSH_VERSION_ADDENDUM	"FreeBSD localisations 20010713"
9159248Srwatson
10159248Srwatsonconst char *ssh_version_get(void);
11159248Srwatsonvoid ssh_version_set_addendum(const char *add);
12159248Srwatson#endif /* SSH_VERSION */
13159248Srwatson