X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FVersion.pm;h=bf174eef647458626c2a8118af4580413992069a;hb=ba799b8ac9feef688cff478a4006399b6dfc183f;hp=726260065e08cc37644810c870f9822af1331fef;hpb=a386178f3c1bfcd3d0975d94448245b8c4203988;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 72626006..96e37485 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 = '133'; +$build = '23'; 1;