X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=aecacaaad664a4e7479c2c2d9ef3722d29a2f103;hb=a76624e4742348ed0f39c7c3f732cdec8462da9e;hp=3f3d74400031dc6b520a26ed8a4fc07f6a8619fb;hpb=a0c3717faf81e3b6bd62d9f4e8d4568f46067ed7;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 3f3d7440..22163789 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,10 +7,10 @@ package main; -use vars qw($version $subversion $build); +use vars qw($version $build $gitversion); -$version = '1.54'; -$subversion = '0'; -$build = '104'; +$version = '1.57'; +$build = '29'; +$gitversion = '761aaa7'; 1;