Just adding a version string
This commit is contained in:
parent
1cb0577c28
commit
9bf0cfa4b9
1 changed files with 3 additions and 1 deletions
|
@ -17,13 +17,15 @@ package C4::Koha;
|
|||
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
||||
# Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
# $Id$
|
||||
|
||||
use strict;
|
||||
require Exporter;
|
||||
use C4::Context;
|
||||
|
||||
use vars qw($VERSION @ISA @EXPORT);
|
||||
|
||||
$VERSION = 0.01;
|
||||
$VERSION = do { my @v = '$Revision$' =~ /\d+/g;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue