X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=42f6c129cda5527da2f7cc812420fb77c47d7d2b;hb=7c7080ad7019d6e23a8ad401256122e81fa03a5a;hp=6e0c1a35093d28a0ade5fe042cfd42a948069a65;hpb=b9dffeff7239952814342dad19db3a51def6fab7;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 6e0c1a35..42f6c129 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -1,10 +1,16 @@ # +# Version information for DXSpider # +# DO NOT ALTER THIS FILE. It is generated automatically +# and will be overwritten +# + package main; -use vars qw($version $build); +use vars qw($version $subversion $build); -$version = "1.53"; -$build = 466; +$version = '1.55'; +$subversion = '0'; +$build = '63'; 1;