checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:04:42 +0200
changeset 815 b07d099c76dd
parent 814 334626d1e9a0
child 816 ce9b03981a90
checkin to get version methods correct
SVN__BranchSelectionDialog.st
--- a/SVN__BranchSelectionDialog.st	Sat Oct 01 13:04:29 2011 +0200
+++ b/SVN__BranchSelectionDialog.st	Sat Oct 01 13:04:42 2011 +0200
@@ -159,7 +159,7 @@
 !BranchSelectionDialog class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__BranchSelectionDialog.st,v 1.4 2009/10/19 12:23:21 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !BranchSelectionDialog methodsFor:'accessing'!
@@ -278,9 +278,9 @@
 !BranchSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__BranchSelectionDialog.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__BranchSelectionDialog.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !