diff --git a/ChangeLog b/ChangeLog index d80d65de2..061133916 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,6 +29,7 @@ [ssh-keygen.1 ssh-keygen.c] remove -v again. use -B instead for bubblebabble. make -B consistent with -l and make -B work with /path/to/known_hosts. ok deraadt@ + - (djm) Bump portable version number for generating test RPMs 20010311 - OpenBSD CVS Sync @@ -4522,4 +4523,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.947 2001/03/12 03:02:17 mouring Exp $ +$Id: ChangeLog,v 1.948 2001/03/12 03:23:52 djm Exp $ diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index ee665bef0..52ca4060e 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -1,5 +1,5 @@ # Version of OpenSSH -%define oversion 2.5.1p2 +%define oversion 2.5.1p3 # Version of ssh-askpass %define aversion 1.2.0 diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 806a05e38..1e7b21bf5 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,5 +1,5 @@ # Version of OpenSSH -%define oversion 2.5.1p2 +%define oversion 2.5.1p3 # Version of ssh-askpass %define aversion 1.2.0 diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index d3e715859..0210475d5 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -1,6 +1,6 @@ Summary: OpenSSH, a free Secure Shell (SSH) implementation Name: openssh -Version: 2.5.1p2 +Version: 2.5.1p3 URL: http://www.openssh.com/ Release: 1 Source0: openssh-%{version}.tar.gz diff --git a/version.h b/version.h index e34aea855..440a352fd 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ /* $OpenBSD: version.h,v 1.19 2001/02/19 10:35:23 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.5.1p2" +#define SSH_VERSION "OpenSSH_2.5.1p3"