jasons 2002/12/09 11:43:18 Modified: perl Makefile.PL Log: reverted to 2.0.0 to be able to tag/branch the code Revision Changes Path 1.34 +1 -1 xml-xerces/perl/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/xml-xerces/perl/Makefile.PL,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- Makefile.PL 13 Nov 2002 06:45:35 -0000 1.33 +++ Makefile.PL 9 Dec 2002 19:43:18 -0000 1.34 @@ -120,7 +120,7 @@ # We need to know which version of libxerces we are to use. # As of Xerces-C 1.5.1, minor version numbers are used -my $XERCES_MAJOR_VERSION = '2.1'; +my $XERCES_MAJOR_VERSION = '2.0'; my $XERCES_MINOR_VERSION = '0'; my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION"; my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-0';
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]