(re)fix the final hole in the PC9x TS checking code
[spider.git] / perl / Version.pm
index 5c6d1a29ff785bda9102ce4a44058f33c9858fc5..45c03f178e4628b88e832311a00ed1cfd8155136 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '101';
+$build = '189';
 
 1;