CallChain.st
branchjv
changeset 3012 4f40b8304d54
parent 3011 1997ff6e7e55
child 3042 48e76977cdc3
--- a/CallChain.st	Sun Jan 29 12:51:41 2012 +0000
+++ b/CallChain.st	Mon Jan 30 17:19:14 2012 +0000
@@ -227,9 +227,13 @@
 !CallChain class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.14 2010/07/04 08:06:27 cg Exp $'
+    ^ '$Id: CallChain.st 1872 2012-01-30 17:19:14Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic3/CallChain.st,v 1.14 2010/07/04 08:06:27 cg Exp §'
-! !
\ No newline at end of file
+!
+
+version_SVN
+    ^ '$Id: CallChain.st 1872 2012-01-30 17:19:14Z vranyj1 $'
+! !