Just adding a version string
authorrangi <rangi>
Mon, 22 May 2006 23:10:30 +0000 (23:10 +0000)
committerrangi <rangi>
Mon, 22 May 2006 23:10:30 +0000 (23:10 +0000)
C4/Koha.pm

index f08794f..fc67165 100644 (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