checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:03:15 +0200
changeset 812 b0ab04cee8c3
parent 811 6f84718bc5a8
child 813 7573e0cd871a
checkin to get version methods correct
SVN__StatusExternal.st
--- a/SVN__StatusExternal.st	Sat Oct 01 13:03:01 2011 +0200
+++ b/SVN__StatusExternal.st	Sat Oct 01 13:03:15 2011 +0200
@@ -65,6 +65,12 @@
 "
 ! !
 
+!StatusExternal class methodsFor:'others'!
+
+version_CVS
+    ^ '$Header$'
+! !
+
 !StatusExternal methodsFor:'accessing'!
 
 icon
@@ -105,10 +111,6 @@
     ^ '$Header$'
 !
 
-version_CVS
-    ^ '$Header$'
-!
-
 version_SVN
-    ^ '§Id: SVN__StatusExternal.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__StatusExternal.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !