From 5f1ef9f393b44a1e4b29b290332c386cfadcb5de Mon Sep 17 00:00:00 2001 From: djk Date: Tue, 22 Dec 1998 12:58:13 +0000 Subject: [PATCH] issued 1.15 --- Changes | 1 + perl/cluster.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 544578df..8d46b7ab 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ 1. Added brackets round callsign if not here for prompt 2. Added Iain's set/password routine 3. Fixed sh/dx problems (the xemacs indent region messed Spot.pm up!) +4. Issued 1.15 21Dec98============= late! ==================================================== 1. fixed problem with missing DXDebug in DXProt. 2. Fixed DXDebug so that it actually works as advertised with and without diff --git a/perl/cluster.pl b/perl/cluster.pl index e671c5d4..f0fced78 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -50,7 +50,7 @@ package main; @inqueue = (); # the main input queue, an array of hashes $systime = 0; # the time now (in seconds) -$version = "1.14"; # the version no of the software +$version = "1.15"; # the version no of the software $starttime = 0; # the starting time of the cluster # handle disconnections -- 2.34.1