checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:05:34 +0200
changeset 819 367856a0163d
parent 818 0e57701a809a
child 820 c88213cf7fd9
checkin to get version methods correct
SVN__UpdateCommand.st
--- a/SVN__UpdateCommand.st	Sat Oct 01 13:05:22 2011 +0200
+++ b/SVN__UpdateCommand.st	Sat Oct 01 13:05:34 2011 +0200
@@ -68,7 +68,7 @@
 !UpdateCommand class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__UpdateCommand.st,v 1.5 2009/10/19 12:52:48 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !UpdateCommand methodsFor:'accessing'!
@@ -121,9 +121,9 @@
 !UpdateCommand class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__UpdateCommand.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__UpdateCommand.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !