
richter at locus
Oct 17, 2000, 11:53 PM
Views: 128
Permalink
|
|
cvs commit: embperl Embperl.pm README epdat.h
|
|
richter 00/10/17 23:53:15 Modified: . Embperl.pm README epdat.h Log: 1.3b6 Revision Changes Path 1.121 +2 -2 embperl/Embperl.pm Index: Embperl.pm =================================================================== RCS file: /home/cvs/embperl/Embperl.pm,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- Embperl.pm 2000/10/17 07:25:12 1.120 +++ Embperl.pm 2000/10/18 06:53:14 1.121 @@ -10,7 +10,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# $Id: Embperl.pm,v 1.120 2000/10/17 07:25:12 richter Exp $ +# $Id: Embperl.pm,v 1.121 2000/10/18 06:53:14 richter Exp $ # ################################################################################### @@ -83,7 +83,7 @@ @ISA = qw(Exporter DynaLoader); -$VERSION = '1.3b6_dev'; +$VERSION = '1.3b6'; ##ep2## $VERSION = '2.0a7'; # HTML::Embperl cannot be bootstrapped in nonlazy mode except 1.20 +2 -2 embperl/README Index: README =================================================================== RCS file: /home/cvs/embperl/README,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- README 2000/05/02 06:47:10 1.19 +++ README 2000/10/18 06:53:14 1.20 @@ -191,10 +191,10 @@ COMMERICAL SUPPORT -You can get free support on the mod_perl mailing list (see above). If +You can get free support on the Embperl mailing list (see above). If you need commercial support, ecos can provide it for you. We offer: -* Consulting and assitance for you and your programmers +* Consulting, assitance and training for you and your programmers * Planning of your dynamic website 1.24 +0 -1 embperl/epdat.h Index: epdat.h =================================================================== RCS file: /home/cvs/embperl/epdat.h,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- epdat.h 2000/10/17 07:02:03 1.23 +++ epdat.h 2000/10/18 06:53:14 1.24 @@ -309,7 +309,6 @@ /* --- DomTree ---*/ - tNode xDocument ; tNode xCurrNode ; tIndex xCurrDomTree ; struct tTokenTable * pTokenTable ;
|