X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=42f6c129cda5527da2f7cc812420fb77c47d7d2b;hb=7c7080ad7019d6e23a8ad401256122e81fa03a5a;hp=50a7ce663461f89053aaae4836229b9b822a49d7;hpb=980ea8f908bcfc89be566b7b17d5579a7875200d;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 50a7ce66..42f6c129 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 = '100'; +$build = '63'; 1;