diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -10,6 +10,9 @@ | |||
10 | use calloc for all structure allocations; from markus@ | 10 | use calloc for all structure allocations; from markus@ |
11 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 11 | - (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
12 | [contrib/suse/openssh.spec] update version numbers | 12 | [contrib/suse/openssh.spec] update version numbers |
13 | - djm@cvs.openbsd.org 2013/11/08 01:38:11 | ||
14 | [version.h] | ||
15 | openssh-6.4 | ||
13 | 16 | ||
14 | 20130913 | 17 | 20130913 |
15 | - (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code; | 18 | - (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code; |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.67 2013/07/25 00:57:37 djm Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.68 2013/11/08 01:38:11 djm Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_6.3" | 3 | #define SSH_VERSION "OpenSSH_6.4" |
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 |