changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:19:27 +0200
changeset 191 d96b9e9996bd
parent 190 d6d95bca4ee8
child 192 914bc7fc4b6c
changed: #version_SVN
SVN__CompatModeQuery.st
--- a/SVN__CompatModeQuery.st	Tue Sep 29 17:19:24 2009 +0200
+++ b/SVN__CompatModeQuery.st	Tue Sep 29 17:19:27 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Queries'
 !
 
-!CompatModeQuery class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !CompatModeQuery methodsFor:'default actions'!
 
@@ -37,4 +32,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__CompatModeQuery.st 100 2009-07-15 18:35:02Z vranyj1 '
 ! !