diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -19,6 +19,10 @@ | |||
19 | [sftp-client.c sftp-client.h sftp.1 sftp.c] | 19 | [sftp-client.c sftp-client.h sftp.1 sftp.c] |
20 | sftp support for resuming partial downloads; patch mostly by Loganaden | 20 | sftp support for resuming partial downloads; patch mostly by Loganaden |
21 | Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ | 21 | Velvindron/AfriNIC with some tweaks by me; feedback and ok dtucker@ |
22 | "Just be careful" deraadt@ | ||
23 | - djm@cvs.openbsd.org 2013/07/25 00:57:37 | ||
24 | [version.h] | ||
25 | openssh-6.3 for release | ||
22 | 26 | ||
23 | 20130720 | 27 | 20130720 |
24 | - (djm) OpenBSD CVS Sync | 28 | - (djm) OpenBSD CVS Sync |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.67 2013/07/25 00:57:37 djm Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_6.2" | 3 | #define SSH_VERSION "OpenSSH_6.3" |
4 | 4 | ||
5 | #define SSH_PORTABLE "p1" | 5 | #define SSH_PORTABLE "p1" |
6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE | 6 | #define SSH_RELEASE SSH_VERSION SSH_PORTABLE |