Prep for release of version 3.26

This commit is contained in:
duncan_ferguson 2009-06-02 15:30:52 +00:00
parent 7e1dfccb88
commit 70d96b54b6
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
??? Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.26-1 2009-06-02 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.26-1
* Allow user to set a different ConnectTimeout and -o string (Tony Mancill) * Allow user to set a different ConnectTimeout and -o string (Tony Mancill)
* Fix warning from 'mandb' (Tony Mancill) * Fix warning from 'mandb' (Tony Mancill)

View file

@ -1,5 +1,5 @@
Name: clusterssh Name: clusterssh
Version: 3.25 Version: 3.26
Release: 1%{?dist} Release: 1%{?dist}
Summary: Secure concurrent multi-server terminal control Summary: Secure concurrent multi-server terminal control

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# #
AC_INIT AC_INIT
AM_INIT_AUTOMAKE(clusterssh,3.25) AM_INIT_AUTOMAKE(clusterssh,3.26)
AC_PATH_PROGS(PERL, perl perl5) AC_PATH_PROGS(PERL, perl perl5)
if test ${sysconfdir} = '${prefix}/etc'; then if test ${sysconfdir} = '${prefix}/etc'; then
sysconfdir=/etc sysconfdir=/etc