DiffTextView.st
branchjv
changeset 12128 a7ff7d66ee85
parent 12125 0c49a3b13e43
child 12405 76f9a872362b
--- a/DiffTextView.st	Sun Jan 29 18:58:38 2012 +0000
+++ b/DiffTextView.st	Mon Jan 30 17:49:41 2012 +0000
@@ -583,9 +583,13 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.56 2009/10/10 10:09:23 cg Exp $'
+    ^ '$Id: DiffTextView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.56 2009/10/10 10:09:23 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: DiffTextView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !