ProfileTree.st
changeset 98 123d948aacd1
parent 88 070ba8eb911e
child 119 1a9c5a761edf
--- a/ProfileTree.st	Sat Nov 25 19:03:25 1995 +0100
+++ b/ProfileTree.st	Mon Nov 27 23:34:10 1995 +0100
@@ -38,10 +38,6 @@
     This is is used as a companion to MessageTally.
     Instances of it are used to represent the calling tree.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.7 1995-11-23 02:11:50 cg Exp $'
 ! !
 
 !ProfileTree methodsFor:'accessing'!
@@ -264,3 +260,8 @@
     ]
 ! !
 
+!ProfileTree class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProfileTree.st,v 1.8 1995-11-27 22:33:04 cg Exp $'
+! !