diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-10-01 13:24:51 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-10-01 13:24:51 +0000 |
commit | 21914a6a23deb4641d5d7ce42165224d72c80808 (patch) | |
tree | 280c0ce7867218c90dbf5cd3441140b77dfab3b2 | |
parent | cb5035bcd63e4b51a87a734707c2712433783c04 (diff) |
OpenSSH 3.5
-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 57a1e3f646a..2b597b5f74d 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */ +/* $OpenBSD: version.h,v 1.35 2002/10/01 13:24:50 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.4" +#define SSH_VERSION "OpenSSH_3.5" |