checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:19:08 +0200
changeset 866 89c9a4d10c5e
parent 865 62bd767b37e3
child 867 2ab09b475481
checkin to get version methods correct
SVN__NodeKindUnknown.st
--- a/SVN__NodeKindUnknown.st	Sat Oct 01 13:18:57 2011 +0200
+++ b/SVN__NodeKindUnknown.st	Sat Oct 01 13:19:08 2011 +0200
@@ -68,7 +68,7 @@
 !NodeKindUnknown class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__NodeKindUnknown.st,v 1.4 2009/10/19 12:23:11 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !NodeKindUnknown methodsFor:'accessing'!
@@ -94,9 +94,9 @@
 !NodeKindUnknown class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__NodeKindUnknown.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__NodeKindUnknown.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !