Dictionary.st
branchjv
changeset 17807 06cc6c49e291
parent 17797 71451ae83564
child 17814 b75a7f0c346b
--- a/Dictionary.st	Tue Nov 09 13:54:57 2010 +0000
+++ b/Dictionary.st	Tue Nov 09 16:24:28 2010 +0000
@@ -2057,15 +2057,15 @@
 !Dictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Dictionary.st 10570 2010-08-26 10:12:57Z vranyj1 $'
+    ^ '$Id: Dictionary.st 10590 2010-11-09 16:24:28Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.102 2010/08/24 08:28:27 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.102 2010-08-24 08:28:27 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: Dictionary.st 10570 2010-08-26 10:12:57Z vranyj1 $'
+    ^ '$Id: Dictionary.st 10590 2010-11-09 16:24:28Z vranyj1 $'
 ! !
 
 Dictionary initialize!
@@ -2073,3 +2073,4 @@
 
 
 
+