diff options
Diffstat (limited to 'crypto/openssh/version.h')
| -rw-r--r-- | crypto/openssh/version.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/openssh/version.h b/crypto/openssh/version.h index 0e4887acebb5..3f29aa3ad12f 100644 --- a/crypto/openssh/version.h +++ b/crypto/openssh/version.h @@ -1,13 +1,12 @@ -/* $OpenBSD: version.h,v 1.37 2003/04/01 10:56:46 markus Exp $ */ +/* $OpenBSD: version.h,v 1.39 2003/09/16 21:02:40 markus Exp $ */ /* $FreeBSD$ */ #ifndef SSH_VERSION #define SSH_VERSION (ssh_version_get()) -#define SSH_VERSION_BASE "OpenSSH_3.6.1p1" -#define SSH_VERSION_ADDENDUM "FreeBSD-20030924" +#define SSH_VERSION_BASE "OpenSSH_3.7.1p2" +#define SSH_VERSION_ADDENDUM "FreeBSD-20040106" const char *ssh_version_get(void); void ssh_version_set_addendum(const char *add); #endif /* SSH_VERSION */ - |
