summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-06-26 13:56:27 +0000
committermarkus <markus@openbsd.org>2002-06-26 13:56:27 +0000
commit9121e911db61c232143dd8569926b4e0f6ff7bb1 (patch)
tree1418a5ce6364a82496f7d9a5aaa6d45c108ef86a
parentmake sure # of response matches # of queries, fixes int overflow; from ISS (diff)
downloadwireguard-openbsd-9121e911db61c232143dd8569926b4e0f6ff7bb1.tar.xz
wireguard-openbsd-9121e911db61c232143dd8569926b4e0f6ff7bb1.zip
3.4
-rw-r--r--usr.bin/ssh/version.h4
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"