diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-02-08 19:16:32 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-02-08 19:16:32 +0000 |
commit | 4abe4def70f501b504b9bf47645b07e4976514eb (patch) | |
tree | 5957c3bc2d697e20cfedfe183678363fa98e6a6f /version.h | |
parent | fc032bbf2f9fc60cb9014f4400c235c79a1e74f7 (diff) | |
download | openssh-git-4abe4def70f501b504b9bf47645b07e4976514eb.tar.gz |
- (stevesk) OpenBSD sync:
- markus@cvs.openbsd.org 2001/02/08 11:20:01
[auth2.c]
strict checking
- markus@cvs.openbsd.org 2001/02/08 11:15:22
[version.h]
update to 2.3.2
- markus@cvs.openbsd.org 2001/02/08 11:12:30
[auth2.c]
fix typo
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.1p1" +#define SSH_VERSION "OpenSSH_2.3.2p1" |