diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-08-08 16:26:43 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-08-08 16:26:43 +0000 |
commit | 00c733b04cefd26163743557b97145c37d376439 (patch) | |
tree | ff2dd6b2283ba376fd3a8d0e2005532a3ff4e4d7 | |
parent | 88984e702c3cfae73edcc2d0038c48842c2fec96 (diff) |
crank to 5.6
-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 b79cb3fc946..16f4bfec325 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.58 2010/03/16 16:36:49 djm Exp $ */ +/* $OpenBSD: version.h,v 1.59 2010/08/08 16:26:42 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.5" +#define SSH_VERSION "OpenSSH_5.6" |