From: Dirk Koopman Date: Sat, 23 Jun 2007 23:37:02 +0000 (+0100) Subject: add *.pl (to catch hoptable.pl et al) X-Git-Tag: 1.55~137 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=5db4d809b67ab2650366039f7585e6479d8f13a8 add *.pl (to catch hoptable.pl et al) --- diff --git a/data/.gitignore b/data/.gitignore index d9c48dd7..3804a5c5 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -12,3 +12,4 @@ motd* issue logout connected +*.pl diff --git a/perl/Version.pm b/perl/Version.pm index dbe3382f..0bd91020 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '77'; +$build = '78'; 1;