diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2011-02-04 00:44:44 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2011-02-04 00:44:44 +0000 |
commit | f0a0961e47c4711ff31e11aa2dceabd58ece1b9e (patch) | |
tree | 74857067116a51e96052489186054ef9a7e2f95c | |
parent | 14ac75fece79f512ecec7e0b65ec57261be6b693 (diff) |
openssh-5.8
-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 78614a2b997..dba5b5dec41 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */ +/* $OpenBSD: version.h,v 1.61 2011/02/04 00:44:43 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.7" +#define SSH_VERSION "OpenSSH_5.8" |