diff options
author | 2002-06-26 13:56:27 +0000 | |
---|---|---|
committer | 2002-06-26 13:56:27 +0000 | |
commit | 9121e911db61c232143dd8569926b4e0f6ff7bb1 (patch) | |
tree | 1418a5ce6364a82496f7d9a5aaa6d45c108ef86a | |
parent | make sure # of response matches # of queries, fixes int overflow; from ISS (diff) | |
download | wireguard-openbsd-9121e911db61c232143dd8569926b4e0f6ff7bb1.tar.xz wireguard-openbsd-9121e911db61c232143dd8569926b4e0f6ff7bb1.zip |
3.4
-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 5c8ec45155d..57a1e3f646a 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.33 2002/06/21 15:41:20 markus Exp $ */ +/* $OpenBSD: version.h,v 1.34 2002/06/26 13:56:27 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.3" +#define SSH_VERSION "OpenSSH_3.4" |