[version.h]
     openssh-6.4
This commit is contained in:
Damien Miller 2013-11-08 12:39:49 +11:00
Родитель 6c81fee693
Коммит 3ac4a234df
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -13,6 +13,9 @@
[clientloop.c gss-genr.c monitor_mm.c packet.c schnorr.c umac.c]
[sftp-client.c sftp-glob.c]
use calloc for all structure allocations; from markus@
- djm@cvs.openbsd.org 2013/11/08 01:38:11
[version.h]
openssh-6.4
20131107
- (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)

Просмотреть файл

@ -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