diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2011-01-22 09:18:54 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2011-01-22 09:18:54 +0000 |
commit | 5abadc21043870bbae63fa8e1294236a31ac198a (patch) | |
tree | cdf268224e476cb46794dd160128f61afd6aebf4 /usr.bin/ssh | |
parent | e90cd73ae76678ac27cfa3cfd66c8d50d171f2f2 (diff) |
crank to OpenSSH-5.7
Diffstat (limited to 'usr.bin/ssh')
-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 16f4bfec325..78614a2b997 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.59 2010/08/08 16:26:42 djm Exp $ */ +/* $OpenBSD: version.h,v 1.60 2011/01/22 09:18:53 djm Exp $ */ -#define SSH_VERSION "OpenSSH_5.6" +#define SSH_VERSION "OpenSSH_5.7" |