Just adding a version string

This commit is contained in:
rangi 2006-05-22 23:10:30 +00:00
parent 1cb0577c28
commit 9bf0cfa4b9

View file

@ -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