checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:03:01 +0200
changeset 811 6f84718bc5a8
parent 810 1aea7f53d3ce
child 812 b0ab04cee8c3
checkin to get version methods correct
SVN__WCActionRestored.st
--- a/SVN__WCActionRestored.st	Sat Oct 01 13:02:47 2011 +0200
+++ b/SVN__WCActionRestored.st	Sat Oct 01 13:03:01 2011 +0200
@@ -79,7 +79,7 @@
 !WCActionRestored class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__WCActionRestored.st,v 1.4 2009/10/19 12:22:49 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !WCActionRestored methodsFor:'processing'!
@@ -96,9 +96,9 @@
 !WCActionRestored class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__WCActionRestored.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__WCActionRestored.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !