summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index efce7df1b..cabffa7c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,9 @@
13 [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c] 13 [clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
14 [sftp-client.c sftp-glob.c] 14 [sftp-client.c sftp-glob.c]
15 use calloc for all structure allocations; from markus@ 15 use calloc for all structure allocations; from markus@
16 - djm@cvs.openbsd.org 2013/11/08 01:38:11
17 [version.h]
18 openssh-6.4
16 19
1720131107 2020131107
18 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 21 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)
diff --git a/version.h b/version.h
index f6ec0ee3b..39033ed3e 100644
--- a/version.h
+++ b/version.h
@@ -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