diff options
author | 2000-03-06 21:34:10 +0000 | |
---|---|---|
committer | 2000-03-06 21:34:10 +0000 | |
commit | acf649e9d65637d0ff076d71892b04cae3e6537a (patch) | |
tree | cf54a3bf6331eb46df0591d28a5b30c5220b7e8c | |
parent | fix pr 1113, fclose() -> pclose(), todo: remote popen() (diff) | |
download | wireguard-openbsd-acf649e9d65637d0ff076d71892b04cae3e6537a.tar.xz wireguard-openbsd-acf649e9d65637d0ff076d71892b04cae3e6537a.zip |
version 1.2.3
-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 c2ef9ff4f20..fe2e876ea87 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1 +1 @@ -#define SSH_VERSION "OpenSSH-1.2.2" +#define SSH_VERSION "OpenSSH-1.2.3" |