checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:15:37 +0200
changeset 852 562b2f7e178d
parent 851 32edde5d1f19
child 853 c07c59dcfcac
checkin to get version methods correct
SVN__WCCommand.st
--- a/SVN__WCCommand.st	Sat Oct 01 13:15:27 2011 +0200
+++ b/SVN__WCCommand.st	Sat Oct 01 13:15:37 2011 +0200
@@ -68,7 +68,7 @@
 !WCCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__WCCommand.st,v 1.4 2009/10/19 12:24:48 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !WCCommand methodsFor:'accessing'!
@@ -152,9 +152,9 @@
 !WCCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__WCCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__WCCommand.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !