diff options
author | 2002-03-06 00:25:55 +0000 | |
---|---|---|
committer | 2002-03-06 00:25:55 +0000 | |
commit | 6237bbaf5e63a2b7d2e869c601e6c40dfa649448 (patch) | |
tree | 01abada463fa97a49488943a2a3da86f0888956a | |
parent | undo (diff) | |
download | wireguard-openbsd-6237bbaf5e63a2b7d2e869c601e6c40dfa649448.tar.xz wireguard-openbsd-6237bbaf5e63a2b7d2e869c601e6c40dfa649448.zip |
OpenSSH_3.1
-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 cfb33541b90..b11977ffcf0 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.27 2001/12/05 15:04:48 markus Exp $ */ +/* $OpenBSD: version.h,v 1.28 2002/03/06 00:25:55 markus Exp $ */ -#define SSH_VERSION "OpenSSH_3.0.2" +#define SSH_VERSION "OpenSSH_3.1" |