diff options
author | 2001-02-08 18:15:22 +0000 | |
---|---|---|
committer | 2001-02-08 18:15:22 +0000 | |
commit | 4d88166c38cf034c669a96646c225b334b90f3cb (patch) | |
tree | fd698472c233dd3da8c4baa49b3624a1da3a24a4 | |
parent | fix typo (diff) | |
download | wireguard-openbsd-4d88166c38cf034c669a96646c225b334b90f3cb.tar.xz wireguard-openbsd-4d88166c38cf034c669a96646c225b334b90f3cb.zip |
update to 2.3.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 eda3d733d97..d77a705467c 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.16 2001/01/08 22:29:05 markus Exp $ */ +/* $OpenBSD: version.h,v 1.17 2001/02/08 18:15:22 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.3.1" +#define SSH_VERSION "OpenSSH_2.3.2" |