diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2014-01-16 07:32:01 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2014-01-16 07:32:01 +0000 |
commit | b6db9ef5128335a2ead5b8479a17706a153f2e9b (patch) | |
tree | 9f032e937b8432f430c030645d6ccd54e85c0667 /usr.bin | |
parent | 7ae80409d8fd01f6707dcad769fc67198f0f888c (diff) |
openssh-6.5
Diffstat (limited to 'usr.bin')
-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 9b5b26ed79d..536b06a7a9e 100644 --- a/usr.bin/ssh/version.h +++ b/usr.bin/ssh/version.h @@ -1,3 +1,3 @@ -/* $OpenBSD: version.h,v 1.68 2013/11/08 01:38:11 djm Exp $ */ +/* $OpenBSD: version.h,v 1.69 2014/01/16 07:32:00 djm Exp $ */ -#define SSH_VERSION "OpenSSH_6.4" +#define SSH_VERSION "OpenSSH_6.5" |