[version.h]
     move from 6.0-beta to 6.0
This commit is contained in:
Damien Miller 2012-02-11 08:19:44 +11:00
parent 72de982def
commit db854559be
2 changed files with 5 additions and 2 deletions

View File

@ -30,6 +30,9 @@
- markus@cvs.openbsd.org 2012/01/25 19:40:09
[packet.c packet.h]
packet_read_poll() is not used anymore.
- markus@cvs.openbsd.org 2012/02/09 20:00:18
[version.h]
move from 6.0-beta to 6.0
20120206
- (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms

View File

@ -1,6 +1,6 @@
/* $OpenBSD: version.h,v 1.63 2011/09/23 07:45:05 markus Exp $ */
/* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */
#define SSH_VERSION "OpenSSH_6.0-beta"
#define SSH_VERSION "OpenSSH_6.0"
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE