Bug 7941 : Fix version numbers in modules
[koha.git] / C4 / External / BakerTaylor.pm
index 7845811..3503db0 100644 (file)
@@ -32,7 +32,7 @@ use vars qw($user $pass $agent $image_url $link_url);
 
 BEGIN {
        require Exporter;
-       $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(&availability &content_cafe &image_url &link_url &http_jacket_link);
        %EXPORT_TAGS = (all=>\@EXPORT_OK);