From 9bf0cfa4b98b27e4965a4962b579870c3f900dbc Mon Sep 17 00:00:00 2001 From: rangi Date: Mon, 22 May 2006 23:10:30 +0000 Subject: [PATCH] Just adding a version string --- C4/Koha.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index f08794f56a..fc67165b5e 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -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 -- 2.39.2