X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FVersion.pm;h=605dca637c938a0b3c1cc6a5e9e87b22d36a30f9;hb=5167e718e090d2869a02cdba98760c069a8948c3;hp=e832e37d5eb89dcd9ce06ffbc626f4830d549174;hpb=db1ab4fb2566360a224aa47e8b487150823c10a0;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index e832e37d..605dca63 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -9,8 +9,8 @@ package main; use vars qw($version $subversion $build); -$version = '1.54'; +$version = '1.55'; $subversion = '0'; -$build = '205'; +$build = '57'; 1;