- djm@cvs.openbsd.org 2014/01/16 07:32:00

[version.h]
     openssh-6.5
This commit is contained in:
Damien Miller 2014-01-16 18:42:31 +11:00
parent 52c371cd6d
commit 0fa29e6d77
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
[sftp-client.c]
needless and incorrect cast to size_t can break resumption of
large download; patch from tobias@
- djm@cvs.openbsd.org 2014/01/16 07:32:00
[version.h]
openssh-6.5
20140112
- (djm) OpenBSD CVS Sync

View File

@ -1,6 +1,6 @@
/* $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"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE