checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:07:55 +0200
changeset 822 f551995b29c0
parent 821 fc68b3b385fd
child 823 6b5120693349
checkin to get version methods correct
SVN__BranchAndRevisionSelectionDialog.st
--- a/SVN__BranchAndRevisionSelectionDialog.st	Sat Oct 01 13:07:34 2011 +0200
+++ b/SVN__BranchAndRevisionSelectionDialog.st	Sat Oct 01 13:07:55 2011 +0200
@@ -285,7 +285,7 @@
 !BranchAndRevisionSelectionDialog class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__RevisionSelectionDialog.st,v 1.4 2009/10/19 12:24:06 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !BranchAndRevisionSelectionDialog class methodsFor:'plugIn spec'!
@@ -526,9 +526,9 @@
 !BranchAndRevisionSelectionDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__BranchAndRevisionSelectionDialog.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__BranchAndRevisionSelectionDialog.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !