Update version string since we applied a fix for the UseLogin issue.

This commit is contained in:
Jacques Vidrine 2001-12-03 22:47:51 +00:00
parent 08b443022e
commit eb5bc300e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87308

View File

@ -5,7 +5,7 @@
#define SSH_VERSION (ssh_version_get())
#define SSH_VERSION_BASE "OpenSSH_2.9"
#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20010713"
#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20011202"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);