X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FCirculation.pm;h=96ae0d963fb9d899ce0d53c8cf20f41b421c88e9;hb=509d673f10bf8e03529602b922d1fab603457ee2;hp=d4329a72a548c2dc219dcfcd7bcf2e2f2e4f1c36;hpb=9357d027941d55447e7e0f1878154ddb4b3414b7;p=koha.git diff --git a/C4/Circulation.pm b/C4/Circulation.pm index d4329a72a5..96ae0d963f 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); BEGIN { require Exporter; - $VERSION = 3.02; # for version checking + $VERSION = 3.07.00.049; # for version checking @ISA = qw(Exporter); # FIXME subs that should probably be elsewhere