Bug 17356 - update README
[koha.git] / C4 / Output.pm
index b82992b..af7dd5a 100644 (file)
@@ -36,8 +36,6 @@ use C4::Templates;
 use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-    # set the version for version checking
-    $VERSION = 3.07.00.049;
     require Exporter;
 
  @ISA    = qw(Exporter);