changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:18:08 +0200
changeset 166 417b1d8c74a1
parent 165 848849f58c0a
child 167 b60aceafc8b6
changed: #version_SVN
SVN__NodeKind.st
--- a/SVN__NodeKind.st	Tue Sep 29 17:18:04 2009 +0200
+++ b/SVN__NodeKind.st	Tue Sep 29 17:18:08 2009 +0200
@@ -9,14 +9,17 @@
 	category:'SVN-Repository'
 !
 
-!NodeKind class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !NodeKind class methodsFor:'documentation'!
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__NodeKind.st 112 2009-08-22 10:09:13Z vranyj1 '
 ! !