X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=ccc1a529ebc6d76a4de8ea21f45d3b630c8f04dc;hb=ed96190995aa228ca30398b06c3cc0af1a59bf54;hp=b0305ac96d1f8b3b32e5ca127d208db6923743a3;hpb=a2b44b1c0d70fb3439bef2456a7f950d87e65a0a;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index b0305ac9..219b2486 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 = '74'; +$build = '7'; 1;