koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/C4 Koha.pm


From: Chris Cormack
Subject: [Koha-cvs] koha/C4 Koha.pm
Date: Mon, 22 May 2006 23:10:30 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         
Changes by:     Chris Cormack <address@hidden>  06/05/22 23:10:30

Modified files:
        C4             : Koha.pm 

Log message:
        Just adding a version string

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Koha.pm.diff?tr1=1.33&tr2=1.34&r1=text&r2=text

Patches:
Index: koha/C4/Koha.pm
diff -u koha/C4/Koha.pm:1.33 koha/C4/Koha.pm:1.34
--- koha/C4/Koha.pm:1.33        Fri May 19 17:05:11 2006
+++ koha/C4/Koha.pm     Mon May 22 23:10:30 2006
@@ -17,13 +17,15 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
+# $Id: Koha.pm,v 1.34 2006/05/22 23:10:30 rangi Exp $
+
 use strict;
 require Exporter;
 use C4::Context;
 
 use vars qw($VERSION @ISA @EXPORT);
 
-$VERSION = 0.01;
+$VERSION = do { my @v = '$Revision: 1.34 $' =~ /\d+/g;
 
 =head1 NAME
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]