aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/version.h')
-rw-r--r--crypto/openssh/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h
index cac15808b53d..372cc49a8a45 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_3.8.1p1"
-#define SSH_VERSION_ADDENDUM "FreeBSD-20060123"
+#define SSH_VERSION_ADDENDUM "FreeBSD-20060930"
const char *ssh_version_get(void);
void ssh_version_set_addendum(const char *add);