summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-08 12:40:06 +1100
committerDamien Miller <djm@mindrot.org>2013-11-08 12:40:06 +1100
commit63bfbba9f4e947280a95df96e987cc17562cc160 (patch)
tree40c96c5844f1b72b08c0cf20e4f7e2c41647e07c
parent293e6d2eca86c13c2b7a8d5fe284bccaf7b2a3ae (diff)
- djm@cvs.openbsd.org 2013/11/08 01:38:11
[version.h] openssh-6.4
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d8d76bc8..a9ab6bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
use calloc for all structure allocations; from markus@
- (djm) [README contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
[contrib/suse/openssh.spec] update version numbers
+ - djm@cvs.openbsd.org 2013/11/08 01:38:11
+ [version.h]
+ openssh-6.4
20130913
- (djm) [channels.c] Fix unaligned access on sparc machines in SOCKS5 code;
diff --git a/version.h b/version.h
index f6ec0ee3..39033ed3 100644
--- a/version.h
+++ b/version.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: version.h,v 1.67 2013/07/25 00:57:37 djm Exp $ */
+/* $OpenBSD: version.h,v 1.68 2013/11/08 01:38:11 djm Exp $ */
-#define SSH_VERSION "OpenSSH_6.3"
+#define SSH_VERSION "OpenSSH_6.4"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE