diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 5abce508b07..778aa1cbeba 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -6,7 +6,7 @@ #define SSH_VERSION (ssh_version_get()) #define SSH_RELEASE (ssh_version_get()) #define SSH_VERSION_BASE "OpenSSH_4.1p1" -#define SSH_VERSION_ADDENDUM "FreeBSD-20041028" +#define SSH_VERSION_ADDENDUM "FreeBSD-20050605" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add);