From a1d04753520ceb925c85f1acbb97d23d4161ab54 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 27 Jul 2007 12:07:02 +0100 Subject: [PATCH] correct git URL --- html/index.html | 2 +- perl/Version.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1