diff -r 2e74af01c21e -r fb252ab10b94 analyzer/PPPattern.st --- a/analyzer/PPPattern.st Tue Mar 04 21:27:48 2014 +0100 +++ b/analyzer/PPPattern.st Tue Mar 04 21:27:49 2014 +0100 @@ -84,10 +84,10 @@ !PPPattern class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPPattern.st,v 1.1 2014-03-04 15:41:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPPattern.st,v 1.2 2014-03-04 20:27:49 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPPattern.st,v 1.1 2014-03-04 15:41:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/petitparser/analyzer/PPPattern.st,v 1.2 2014-03-04 20:27:49 cg Exp $' ! !