MethodDictionary.st
branchjv
changeset 17865 598963c6ff8e
parent 17847 62aa54f44969
child 17869 9610c6c94e71
--- a/MethodDictionary.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/MethodDictionary.st	Wed Sep 28 20:07:49 2011 +0100
@@ -376,10 +376,13 @@
 !MethodDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Id: MethodDictionary.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: MethodDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.29 2011/07/20 15:52:04 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/MethodDictionary.st,v 1.29 2011/07/20 15:52:04 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: MethodDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-