diff options
author | 2001-04-24 16:43:16 +0000 | |
---|---|---|
committer | 2001-04-24 16:43:16 +0000 | |
commit | a0aa808d0e9b70b40c5633e8217424b758b2769e (patch) | |
tree | e2b6b07a6faa3e45e491fe669f0cd066a7b97ebb | |
parent | compatility -> compatibility; mpech@prosoft.org.lv (diff) | |
download | wireguard-openbsd-a0aa808d0e9b70b40c5633e8217424b758b2769e.tar.xz wireguard-openbsd-a0aa808d0e9b70b40c5633e8217424b758b2769e.zip |
OpenSSH-2.9
-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 8aad2bb074f..1430063f1c7 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.22 2001/04/05 10:39:48 markus Exp $ */ +/* $OpenBSD: version.h,v 1.23 2001/04/24 16:43:16 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.5.4" +#define SSH_VERSION "OpenSSH_2.9" |