Bug 7684: (follow-up) fix UTF-8 encoding problems in CSV export
[koha.git] / C4 / Contract.pm
index 9a49116..28e4e75 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.2;
+    $VERSION = 3.07.00.049;
     require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
@@ -69,6 +69,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info@koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut