# HG changeset patch # User Claus Gittinger # Date 1393964869 -3600 # Node ID fb252ab10b9431c215a2e9c7af659de04ae91a3d # Parent 2e74af01c21e79392cfb57aa648dc17c20388c1a moved 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 $' ! !