checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:16:01 +0200
changeset 854 3b004dbab74d
parent 853 c07c59dcfcac
child 855 baa47d779410
checkin to get version methods correct
SVN__WCActionNotification.st
--- a/SVN__WCActionNotification.st	Sat Oct 01 13:15:48 2011 +0200
+++ b/SVN__WCActionNotification.st	Sat Oct 01 13:16:01 2011 +0200
@@ -82,7 +82,7 @@
 !WCActionNotification class methodsFor:'others'!
 
 version_CVS
-    ^ '$ÂHeader: /cvs/stx/stx/libsvn/SVN__WCActionNotification.st,v 1.5 2009/10/19 12:22:03 fm Exp Â$'
+    ^ '$Header$'
 ! !
 
 !WCActionNotification methodsFor:'accessing'!
@@ -207,9 +207,9 @@
 !WCActionNotification class methodsFor:'documentation'!
 
 version
-    ^ '$Id$'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: SVN__WCActionNotification.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__WCActionNotification.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !