X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVersion.pm;h=28aa8a64328acd5433b6dcbd9e40d4bf93894bd1;hb=3c5ad50da639281562c93fc319e2885e8650cd95;hp=87cfd674cf0e85ca8fcc7efd40eebd4632bf08b1;hpb=460c05b504a1d353011f6e5794e1f66359fcc2b6;p=spider.git diff --git a/perl/Version.pm b/perl/Version.pm index 87cfd674..99172829 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -7,10 +7,11 @@ package main; -use vars qw($version $subversion $build); +use vars qw($version $subversion $build $gitversion); -$version = '1.54'; +$version = '1.55'; $subversion = '0'; -$build = '76'; +$build = '85'; +$gitversion = 'a44669d'; 1;