[Koha-cvs] koha/C4 Koha.pm

Chris Cormack chris at katipo.co.nz
Tue May 23 01:10:30 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	
Changes by:	Chris Cormack <rangi at savannah.gnu.org>	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
 





More information about the Koha-cvs mailing list