From 77b4df8a7ed96c2385ae2b73f273dd3baf69a1ee Mon Sep 17 00:00:00 2001 From: djk Date: Sun, 24 Oct 1999 16:34:47 +0000 Subject: [PATCH] up version no --- Changes | 2 ++ perl/cluster.pl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 717d5e70..3e28a37f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +24Oct99======================================================================= +1. fixed announces so that nodes only get one of them (not two). 22Oct99======================================================================= 1. allow filter CALLSIGNS to be in upper or lower case. 2. create the concept of input and output filters, input filters are of the diff --git a/perl/cluster.pl b/perl/cluster.pl index d49c7966..d0ebbe8e 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -67,7 +67,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.32"; # the version no of the software +$version = "1.33"; # the version no of the software $starttime = 0; # the starting time of the cluster $lockfn = "cluster.lock"; # lock file name -- 2.34.1