diff -r b2add4d45cfb -r b0e5971141bc RestartProcessRequest.st --- a/RestartProcessRequest.st Mon Apr 12 08:29:17 2010 +0100 +++ b/RestartProcessRequest.st Mon Apr 26 19:26:38 2010 +0100 @@ -9,7 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" ControlRequest subclass:#RestartProcessRequest @@ -45,5 +44,9 @@ !RestartProcessRequest class methodsFor:'documentation'! version - ^ '$Id: RestartProcessRequest.st 10447 2009-06-14 13:09:55Z vranyj1 $' + ^ '$Id: RestartProcessRequest.st 10517 2010-04-26 18:26:38Z vranyj1 $' +! + +version_SVN + ^ '$Id: RestartProcessRequest.st 10517 2010-04-26 18:26:38Z vranyj1 $' ! !