ChangeSetDiff.st
branchjv
changeset 3078 3f5abbdcbde9
parent 3069 89d2cfee177f
child 3099 be6ff432a2ad
--- a/ChangeSetDiff.st	Wed Sep 05 10:11:26 2012 +0100
+++ b/ChangeSetDiff.st	Wed Sep 05 12:45:38 2012 +0100
@@ -71,6 +71,12 @@
     ^ self basicNew initialize.
 ! !
 
+!ChangeSetDiff class methodsFor:'others'!
+
+version_CVS
+    ^ '§Header: /cvs/stx/stx/libbasic3/ChangeSetDiff.st,v 1.4 2012/07/31 12:34:25 vrany Exp §'
+! !
+
 !ChangeSetDiff class methodsFor:'utilities'!
 
 versionA:changesetA versionB:changesetB 
@@ -207,13 +213,9 @@
 !ChangeSetDiff class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ChangeSetDiff.st 1946 2012-07-31 14:00:47Z vranyj1 $'
-!
-
-version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic3/ChangeSetDiff.st,v 1.4 2012-07-31 13:34:25 +0100 vrany Exp §'
+    ^ '$Id: ChangeSetDiff.st 1957 2012-09-05 11:45:38Z vranyj1 $'
 !
 
 version_SVN
-    ^ '$Id: ChangeSetDiff.st 1946 2012-07-31 14:00:47Z vranyj1 $'
+    ^ '$Id: ChangeSetDiff.st 1957 2012-09-05 11:45:38Z vranyj1 $'
 ! !