koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/C4 Biblio.pm [rel_2_2]


From: Chris Cormack
Subject: [Koha-cvs] koha/C4 Biblio.pm [rel_2_2]
Date: Thu, 11 May 2006 14:15:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Chris Cormack <address@hidden>  06/05/11 14:15:51

Modified files:
        C4             : Biblio.pm 

Log message:
        Adding version string

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/C4/Biblio.pm.diff?only_with_tag=rel_2_2&tr1=1.115.2.51&tr2=1.115.2.52&r1=text&r2=text

Patches:
Index: koha/C4/Biblio.pm
diff -u koha/C4/Biblio.pm:1.115.2.51 koha/C4/Biblio.pm:1.115.2.52
--- koha/C4/Biblio.pm:1.115.2.51        Mon Apr 17 13:50:59 2006
+++ koha/C4/Biblio.pm   Thu May 11 14:15:51 2006
@@ -26,7 +26,8 @@
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = do { my @v = '$Revision: 1.115.2.52 $' =~ /\d+/g;
+                    shift(@v) . "." . join("_", map {sprintf "%03d", $_ } @v); 
};
 
 @ISA = qw(Exporter);
 
@@ -3003,8 +3004,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.51 2006/04/17 13:50:59 tgarip1957 Exp $
+# $Id: Biblio.pm,v 1.115.2.52 2006/05/11 14:15:51 rangi Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.52  2006/05/11 14:15:51  rangi
+# Adding version string
+#
 # Revision 1.115.2.51  2006/04/17 13:50:59  tgarip1957
 # Missing semicolon
 #




reply via email to

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