Tools__InheritanceClassList.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12158 54259ef3a49d
--- a/Tools__InheritanceClassList.st	Sun Jan 29 18:58:38 2012 +0000
+++ b/Tools__InheritanceClassList.st	Mon Jan 30 17:49:41 2012 +0000
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -188,5 +187,9 @@
 !InheritanceClassList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_InheritanceClassList.st,v 1.4 2006/03/28 15:27:25 cg Exp $'
+    ^ '$Id: Tools__InheritanceClassList.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: Tools__InheritanceClassList.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !