diff options
author | 2001-03-19 17:12:10 +0000 | |
---|---|---|
committer | 2001-03-19 17:12:10 +0000 | |
commit | 12a540480661bc3a18d5a477b64a0cb8a1cb0021 (patch) | |
tree | cc34438b83d9132f6798bb24f83fdc88d48234ae | |
parent | undo /etc/shell and proto 2,1 change for openssh-2.5.2 (diff) | |
download | wireguard-openbsd-12a540480661bc3a18d5a477b64a0cb8a1cb0021.tar.xz wireguard-openbsd-12a540480661bc3a18d5a477b64a0cb8a1cb0021.zip |
version 2.5.2
-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 138d4d43c47..0061c5f8024 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */ +/* $OpenBSD: version.h,v 1.20 2001/03/19 17:12:10 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.5.1" +#define SSH_VERSION "OpenSSH_2.5.2" |