X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=88693a9ffe8421749349d272fa8ba7a7e9c17884;hb=2255cfd184e50c01e1b655961a59ae050147aa79;hp=7f1c0f1c3a18b1b76fb72a00ecf8aca66eecc608;hpb=0a67d4205afe425cd3e06516835956cbb94dff49;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 7f1c0f1c..88693a9f 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 = '190'; +$build = '20'; 1;