fix version to 1.54
authorDirk Koopman <djk@tobit.co.uk>
Thu, 21 Jun 2007 13:55:55 +0000 (14:55 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 21 Jun 2007 13:55:55 +0000 (14:55 +0100)
perl/Version.pm

index e0809051faa8226457c0d5bd9a42136dd1202a5b..8a47ecede431e87a6e53dce0c96c4b4d1dcddc60 100644 (file)
@@ -9,7 +9,7 @@ package main;
 
 use vars qw($version $build);
 
-$version = '1.53';
-$build = '17';
+$version = '1.54';
+$build = '56';
 
 1;