improve the version no a bit
authorDirk Koopman <djk@tobit.co.uk>
Fri, 20 Jun 2014 13:59:36 +0000 (14:59 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 20 Jun 2014 13:59:36 +0000 (14:59 +0100)
perl/Version.pm

index 5327c1494c74957a0c7397431e2ed371fba565c9..ee72508d567a020638753f0d7085a66eedd7b692 100644 (file)
@@ -10,7 +10,7 @@ package main;
 use vars qw($version $build $gitversion);
 
 $version = '1.57';
-$build = '34';
-$gitversion = '981c165';
+$build = '36';
+$gitversion = 'a9bc2c5';
 
 1;