diff options
author | 2000-05-08 18:29:43 +0000 | |
---|---|---|
committer | 2000-05-08 18:29:43 +0000 | |
commit | 74cbbd9341f69db182e754133b7524da60c16523 (patch) | |
tree | 5cc05cf8160f79aad6cb43757777118719e8c327 | |
parent | handle escapes in real and original key format, ok millert@ (diff) | |
download | wireguard-openbsd-74cbbd9341f69db182e754133b7524da60c16523.tar.xz wireguard-openbsd-74cbbd9341f69db182e754133b7524da60c16523.zip |
OpenSSH-2.1
-rw-r--r-- | usr.bin/ssh/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/version.h b/usr.bin/ssh/version.h index 5e7a38da094..d577644d61e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1 +1 @@ -#define SSH_VERSION "OpenSSH-2.0" +#define SSH_VERSION "OpenSSH-2.1" |