update Changes
authorDirk Koopman <djk@tobit.co.uk>
Fri, 18 Jul 2014 15:36:47 +0000 (16:36 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 18 Jul 2014 15:36:47 +0000 (16:36 +0100)
Changes
perl/Version.pm

diff --git a/Changes b/Changes
index 9266f43ba0012b4d58d115a2de67d004055218a0..3184391a92763787dbec06803c369328f410f85d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+19Jul14=======================================================================
+1. Use JSON::XS for ForkCall serialisation in DXCommandmode.pm
 19Jun14=======================================================================
 1. Fix EOF detection of incoming nodes.
 2. Attempt to autogenerate Version.pm with *correct* values (instead of the
index ee72508d567a020638753f0d7085a66eedd7b692..411e087bd0fd6b27f262e31d6b36eda9fa9e46ab 100644 (file)
@@ -10,7 +10,7 @@ package main;
 use vars qw($version $build $gitversion);
 
 $version = '1.57';
-$build = '36';
-$gitversion = 'a9bc2c5';
+$build = '38';
+$gitversion = '5e50c4f';
 
 1;