X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FVersion.pm;h=5b4df4f54087b45d0802e59b15a0fd3332fc8388;hb=b2aa9a9839fa2d15c203cc55a1ab7930dc08f67f;hp=ecfc658c872db53032d5291b771f2c4b8b4fada5;hpb=948528bfc08dcb29187ef90a1b3cac0c161f5c0b;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index ecfc658c..5b4df4f5 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,9 +7,11 @@ package main; -use vars qw($version $build); +use vars qw($version $subversion $build $gitversion); -$version = '1.54'; -$build = '57'; +$version = '1.55'; +$subversion = '0'; +$build = '111'; +$gitversion = '427bd01'; 1;