diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -30,6 +30,9 @@ | |||
30 | - markus@cvs.openbsd.org 2012/01/25 19:40:09 | 30 | - markus@cvs.openbsd.org 2012/01/25 19:40:09 |
31 | [packet.c packet.h] | 31 | [packet.c packet.h] |
32 | packet_read_poll() is not used anymore. | 32 | packet_read_poll() is not used anymore. |
33 | - markus@cvs.openbsd.org 2012/02/09 20:00:18 | ||
34 | [version.h] | ||
35 | move from 6.0-beta to 6.0 | ||
33 | 36 | ||
34 | 20120206 | 37 | 20120206 |
35 | - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms | 38 | - (djm) [ssh-keygen.c] Don't fail in do_gen_all_hostkeys on platforms |
@@ -1,6 +1,6 @@ | |||
1 | /* $OpenBSD: version.h,v 1.63 2011/09/23 07:45:05 markus Exp $ */ | 1 | /* $OpenBSD: version.h,v 1.64 2012/02/09 20:00:18 markus Exp $ */ |
2 | 2 | ||
3 | #define SSH_VERSION "OpenSSH_6.0-beta" | 3 | #define SSH_VERSION "OpenSSH_6.0" |
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 |