diff options
author | 2002-04-10 08:56:01 +0000 | |
---|---|---|
committer | 2002-04-10 08:56:01 +0000 | |
commit | 3378b00180764a59daef5030db06b7bf7db5c0ee (patch) | |
tree | 99c70a10ba721e11c6ead1f2919795fc90fa8fec | |
parent | no x11fwd, no debug (diff) | |
download | wireguard-openbsd-3378b00180764a59daef5030db06b7bf7db5c0ee.tar.xz wireguard-openbsd-3378b00180764a59daef5030db06b7bf7db5c0ee.zip |
OpenSSH_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 b11977ffcf0..7497a084131 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */ +/* $OpenBSD: version.h,v 1.29 2002/04/10 08:56:01 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.1" +#define SSH_VERSION "OpenSSH_3.2" |