diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-08 22:29:06 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-01-08 22:29:06 +0000 |
commit | 13fd352756a1d7bff5c6783966606707b8a2a87f (patch) | |
tree | c0a8bfe109e9194fdb290e411d4d10cc8bed92a4 /usr.bin/ssh/version.h | |
parent | 61a54d87e6a830c7042ad1940663c06b7f48e801 (diff) |
implement option 'Banner /etc/issue.net' for ssh2, move version to
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner
is enabled).
Diffstat (limited to 'usr.bin/ssh/version.h')
-rw-r--r-- | usr.bin/ssh/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index d60c9dfc841..eda3d733d97 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.15 2000/12/27 14:10:13 markus Exp $ */ +/* $OpenBSD: version.h,v 1.16 2001/01/08 22:29:05 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.3.0" +#define SSH_VERSION "OpenSSH_2.3.1" |