[version.h]
     openssh 6.1
This commit is contained in:
Damien Miller 2012-07-31 12:23:16 +10:00
parent 46cb75a258
commit 38fe66230f
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@
- dtucker@cvs.openbsd.org 2012/07/13 01:35:21
[servconf.c]
handle long comments in config files better. bz#2025, ok markus
- markus@cvs.openbsd.org 2012/07/22 18:19:21
[version.h]
openssh 6.1
20120720
- (dtucker) Import regened moduli file.

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */
/* $OpenBSD: version.h,v 1.65 2012/07/22 18:19:21 markus Exp $ */
#define SSH_VERSION "OpenSSH_6.0"
#define SSH_VERSION "OpenSSH_6.1"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE