checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:14:22 +0200
changeset 848 7b065435c6fc
parent 847 1450c7bc701e
child 849 29ba71795d59
checkin to get version methods correct
SVN__SVNError.st
--- a/SVN__SVNError.st	Sat Oct 01 13:14:09 2011 +0200
+++ b/SVN__SVNError.st	Sat Oct 01 13:14:22 2011 +0200
@@ -81,6 +81,12 @@
     "Created: / 03-10-2008 / 17:17:34 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
+!SVNError class methodsFor:'others'!
+
+version_CVS
+    ^ '$Header$'
+! !
+
 !SVNError class methodsFor:'raising'!
 
 raiseErrorString: aString
@@ -102,10 +108,6 @@
     ^ '$Header$'
 !
 
-version_CVS
-    ^ '$Header$'
-!
-
 version_SVN
-    ^ '§Id: SVN__SVNError.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__SVNError.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !