fix issue.pl to use "new style" git commands
[spider.git] / perl / Version.pm
index 68f113ea87e4944bce4b6747368cd3ab6e202ecd..76bdefb80d368b9ad02af577741f69a609d9b611 100644 (file)
@@ -9,8 +9,8 @@ package main;
 
 use vars qw($version $subversion $build);
 
-$version = '1.54';
+$version = '1.55';
 $subversion = '0';
-$build = '96';
+$build = '40';
 
 1;