SVN__RevisionLogEntry.st
changeset 145 87fb06cf6853
parent 64 6e053790de56
child 284 f6478343db34
--- a/SVN__RevisionLogEntry.st	Tue Sep 29 17:16:56 2009 +0200
+++ b/SVN__RevisionLogEntry.st	Tue Sep 29 17:16:59 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Repository'
 !
 
-!RevisionLogEntry class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !RevisionLogEntry methodsFor:'accessing'!
 
@@ -90,4 +85,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__RevisionLogEntry.st 113 2009-08-28 11:43:01Z vranyj1 '
 ! !