Bug 7941 : Fix version numbers in modules
[koha.git] / C4 / Print.pm
index 2ee0116..12aa107 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
     @EXPORT = qw(&NetworkPrint);