Bug 6557: Record bib popularity in totalissues
[koha_fer] / C4 / Items.pm
index 9c5c89e..2afe537 100644 (file)
@@ -36,7 +36,7 @@ use Data::Dumper; # used as part of logging item record changes, not just for
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
 
        require Exporter;
     @ISA = qw( Exporter );