diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index ec48759f0..d6dbfc401 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -1,7 +1,7 @@ %define askpass 1.2.4.1 Name : openssh -Version : 2.9.9p1 +Version : 2.9.9p2 Release : 3 Group : System/Network @@ -310,4 +310,4 @@ fi * Mon Jan 01 1998 ... Template Version: 1.31 -$Id: openssh.spec,v 1.20 2001/09/28 10:03:26 djm Exp $ +$Id: openssh.spec,v 1.21 2001/09/28 10:05:08 djm Exp $ diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 781da5e45..e81869a09 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,5 +1,5 @@ # Version of OpenSSH -%define oversion 2.9.9p1 +%define oversion 2.9.9p2 # Version of ssh-askpass %define aversion 1.2.4.1 diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index fd10fd356..d3a6adadf 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec @@ -1,6 +1,6 @@ Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation Name: openssh -Version: 2.9.9p1 +Version: 2.9.9p2 URL: http://www.openssh.com/ Release: 1 Source0: openssh-%{version}.tar.gz diff --git a/version.h b/version.h index 7bf0b9fd5..49bab47b7 100644 --- a/version.h +++ b/version.h @@ -1,3 +1,3 @@ /* $OpenBSD: version.h,v 1.24 2001/09/24 20:31:54 markus Exp $ */ -#define SSH_VERSION "OpenSSH_2.9.9p1" +#define SSH_VERSION "OpenSSH_2.9.9p2"