CallChain.st
changeset 98 123d948aacd1
parent 88 070ba8eb911e
child 119 1a9c5a761edf
--- a/CallChain.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/CallChain.st	Mon Nov 27 23:34:10 1995 +0100
@@ -40,10 +40,6 @@
     (MessageTally could have used the contexts themself, but these
      may create more overhead)
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.7 1995-11-23 02:10:29 cg Exp $'
 ! !
 
 !CallChain methodsFor:'accessing'!
@@ -91,3 +87,8 @@
     ^ class == someInfo methodClass
 ! !
 
+!CallChain class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.8 1995-11-27 22:32:48 cg Exp $'
+! !