[version.h]
     openssh 6.2
This commit is contained in:
Damien Miller 2013-02-12 11:03:10 +11:00
parent d6d9fa0281
commit fd05154dc4
2 changed files with 5 additions and 2 deletions

View File

@ -36,6 +36,9 @@
fix NULL deref when built without libedit and control characters
entered as command; debugging and patch from Iain Morgan an
Loganaden Velvindron in bz#1956
- markus@cvs.openbsd.org 2013/02/10 21:19:34
[version.h]
openssh 6.2
20130211
- (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on old

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */
/* $OpenBSD: version.h,v 1.66 2013/02/10 21:19:34 markus Exp $ */
#define SSH_VERSION "OpenSSH_6.1"
#define SSH_VERSION "OpenSSH_6.2"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE