checkin to get version methods correct
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:28:13 +0200
changeset 898 644218968740
parent 897 481322cb68b3
child 899 38540745b77a
checkin to get version methods correct
SVN__MergeViewApp.st
--- a/SVN__MergeViewApp.st	Sat Oct 01 13:28:03 2011 +0200
+++ b/SVN__MergeViewApp.st	Sat Oct 01 13:28:13 2011 +0200
@@ -265,6 +265,12 @@
       )
 ! !
 
+!MergeViewApp class methodsFor:'others'!
+
+version_CVS
+    ^ '$Header$'
+! !
+
 !MergeViewApp class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -424,10 +430,6 @@
     ^ '$Header$'
 !
 
-version_CVS
-    ^ '$Header$'
-!
-
 version_SVN
-    ^ '§Id: SVN__MergeViewApp.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__MergeViewApp.st 363 2011-08-08 13:49:48Z vranyj1 §'
 ! !