ChangeSetDiffEntry.st
branchjv
changeset 3069 89d2cfee177f
parent 3056 251db3a15e2e
child 3074 e38a06f751a5
--- a/ChangeSetDiffEntry.st	Tue Jul 31 12:53:41 2012 +0100
+++ b/ChangeSetDiffEntry.st	Tue Jul 31 15:00:47 2012 +0100
@@ -370,10 +370,14 @@
 
 !ChangeSetDiffEntry class methodsFor:'documentation'!
 
+version
+    ^ '$Id: ChangeSetDiffEntry.st 1946 2012-07-31 14:00:47Z vranyj1 $'
+!
+
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/ChangeSetDiffEntry.st,v 1.3 2011/11/30 18:52:51 vrany Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic3/ChangeSetDiffEntry.st,v 1.4 2012-07-31 13:34:18 +0100 vrany Exp §'
 !
 
 version_SVN
-    ^ '$Id: ChangeSetDiffEntry.st 1927 2012-06-22 09:52:57Z vranyj1 $'
+    ^ '$Id: ChangeSetDiffEntry.st 1946 2012-07-31 14:00:47Z vranyj1 $'
 ! !