From d69c342a45f0760fc45bea6bc3318fa099ed7877 Mon Sep 17 00:00:00 2001 From: nectar Date: Mon, 3 Dec 2001 22:47:51 +0000 Subject: [PATCH] Update version string since we applied a fix for the UseLogin issue. --- crypto/openssh/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 08350114ee46..a55bcc8e7ba9 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 20010713" +#define SSH_VERSION_ADDENDUM "FreeBSD localisations 20011202" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add);