version_CVS
authorClaus Gittinger <cg@exept.de>
Thu, 29 Sep 2011 13:19:01 +0200
changeset 13744 1e450d863057
parent 13743 7d67cb4fb840
child 13745 85b8e275b9b1
version_CVS
WeakValueDictionary.st
--- a/WeakValueDictionary.st	Thu Sep 29 13:19:00 2011 +0200
+++ b/WeakValueDictionary.st	Thu Sep 29 13:19:01 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Dictionary subclass:#WeakValueDictionary
@@ -264,5 +263,5 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.17 2006-03-06 10:04:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.18 2011-09-29 11:19:01 cg Exp $'
 ! !