From: Dirk Koopman Date: Fri, 27 Jul 2007 11:07:02 +0000 (+0100) Subject: correct git URL X-Git-Tag: 1.55~83 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=a1d04753520ceb925c85f1acbb97d23d4161ab54 correct git URL --- diff --git a/html/index.html b/html/index.html index 379700d7..a2dcc074 100644 --- a/html/index.html +++ b/html/index.html @@ -76,7 +76,7 @@ Last modified: Fri Jul 20 21:21:00 GMT 2007
  • We have a new Wiki where, hopefully, more up to date versions of the documentation can be found (this is work in progress).
  • Peruse the FAQ
  • If you are on the bleeding edge, see the CVS Addendum. -
  • Browse the Git Repository. +
  • Browse the Git Repository.
  • Explaining the client programs.
  • Periodic jobs, e.g. starting connection to other clusters.
  • Programming new commands or altering existing ones. diff --git a/perl/Version.pm b/perl/Version.pm index cd6f7a9b..ac7ed80a 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 = '131'; +$build = '132'; 1;