diff --git a/ChangeLog b/ChangeLog index b89e5ff4b..de61e1755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,9 @@ [monitor_fdpass.c] use a union to ensure alignment of the cmsg (pay attention: various other parts of the tree need this treatment too); ok djm + - deraadt@cvs.openbsd.org 2008/03/04 21:15:42 + [version.h] + crank version; from djm 20080302 - (dtucker) [configure.ac] FreeBSD's glob() doesn't behave the way we expect @@ -3694,4 +3697,4 @@ OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ -$Id: ChangeLog,v 1.4858 2008/03/07 07:35:26 djm Exp $ +$Id: ChangeLog,v 1.4859 2008/03/07 07:35:47 djm Exp $ diff --git a/version.h b/version.h index 6fcd7e075..2db5f2a98 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ -/* $OpenBSD: version.h,v 1.50 2007/08/15 08:16:49 markus Exp $ */ +/* $OpenBSD: version.h,v 1.51 2008/03/04 21:15:42 deraadt Exp $ */ -#define SSH_VERSION "OpenSSH_4.7" +#define SSH_VERSION "OpenSSH_4.8" #define SSH_PORTABLE "p1" #define SSH_RELEASE SSH_VERSION SSH_PORTABLE