- djm@cvs.openbsd.org 2013/07/25 00:57:37

[version.h]
     openssh-6.3 for release
This commit is contained in:
Damien Miller 2013-07-25 11:57:15 +10:00
parent 0d032419ee
commit 53435b2d87
2 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,10 @@
[sftp-client.c sftp-client.h sftp.1 sftp.c]
sftp support for resuming partial downloads; patch mostly by Loganaden
Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@
"Just be careful" deraadt@
- djm@cvs.openbsd.org 2013/07/25 00:57:37
[version.h]
openssh-6.3 for release
20130720
- (djm) OpenBSD CVS Sync

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */
/* $OpenBSD: version.h,v 1.67 2013/07/25 00:57:37 djm Exp $ */
#define SSH_VERSION "OpenSSH_6.2"
#define SSH_VERSION "OpenSSH_6.3"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE