From a55492232d670247a2c1fb3406a129bc04847e8b Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 6 Sep 2013 14:26:47 +0100 Subject: [PATCH] update Changes --- Changes | 3 +++ perl/Version.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 0b98606e..ad657755 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,9 @@ or $contest_url variables you may have in /spider/local/Internet.pm (if you have one, that is). It will not work with the previous values. 2. Added CTY2308 prefix changes. +3. Added (back) internal function support inside commands. This allows + commands to create functions inside the .pl files. There are + now also standard function names that can do special things. 24Jul13======================================================================= 1. Alter default node address in client.c from "localhost" to "127.0.0.1". 21Jul13======================================================================= diff --git a/perl/Version.pm b/perl/Version.pm index ba3dacd9..8ae04795 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,7 +11,7 @@ use vars qw($version $subversion $build $gitversion); $version = '1.55'; $subversion = '0'; -$build = '123'; -$gitversion = 'f67292b'; +$build = '124'; +$gitversion = 'c675748'; 1; -- 2.34.1