From: Ilya M. <m_...@us...> - 2003-04-30 20:27:32
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv30259 Modified Files: XPathContext.pm Log Message: Update version number Index: XPathContext.pm =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/XPathContext.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- XPathContext.pm 11 Apr 2003 16:39:32 -0000 1.21 +++ XPathContext.pm 30 Apr 2003 20:27:28 -0000 1.22 @@ -7,7 +7,7 @@ use XML::LibXML::NodeList; -$VERSION = '0.02'; +$VERSION = '0.03'; require DynaLoader; @ISA = qw(DynaLoader); |