Bug 7420 follow-up DBRev number
[koha.git] / C4 / Breeding.pm
index c588c64..19bb7e2 100644 (file)
@@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.02;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(&ImportBreeding &BreedingSearch);