X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FVersion.pm;h=42a44847aabefdc2d74901d09c041401ea0654ea;hb=6b904a6db275029dd6d7a5cf0a48c1f0770ea8c2;hp=ee36fd9a83f57c7263745255bc694361ccc10781;hpb=d8b9ca222a816c470dfd9455e09b1a861f8624a1;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index ee36fd9a..42a44847 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 = '187'; +$version = '1.57'; +$build = '30'; +$gitversion = 'a76624e'; 1;