diff -r e6010e48defb -r 598963c6ff8e WeakIdentityDictionary.st --- a/WeakIdentityDictionary.st Wed Sep 28 13:46:37 2011 +0100 +++ b/WeakIdentityDictionary.st Wed Sep 28 20:07:49 2011 +0100 @@ -9,7 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" IdentityDictionary subclass:#WeakIdentityDictionary @@ -410,5 +409,9 @@ !WeakIdentityDictionary class methodsFor:'documentation'! version - ^ '$Id: WeakIdentityDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $' + ^ '$Id: WeakIdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $' +! + +version_SVN + ^ '$Id: WeakIdentityDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $' ! !