Bug 7941 : Fix version numbers in modules
[koha_fer] / C4 / BackgroundJob.pm
index 3dc3bce..efea3f5 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME