diff options
author | 1999-10-01 18:58:56 +0000 | |
---|---|---|
committer | 1999-10-01 18:58:56 +0000 | |
commit | bf74e864c129cdd07c9ebd41a8db719c7c8b49d8 (patch) | |
tree | 50efa8a8dd47064b9629dffd804ac2e3f3284d21 | |
parent | s/long/int/ (diff) | |
download | wireguard-openbsd-bf74e864c129cdd07c9ebd41a8db719c7c8b49d8.tar.xz wireguard-openbsd-bf74e864c129cdd07c9ebd41a8db719c7c8b49d8.zip |
OpenSSH-1.0
-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 ca606fd62a3..beca9efff36 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1 +1 @@ -#define SSH_VERSION "ossh-1.2.16" +#define SSH_VERSION "OpenSSH-1.0" |