diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index a55bcc8e7ba..0b69783acbf 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -5,7 +5,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_2.9" -#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20011202" +#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20020307" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add);