changed: #version_SVN
authorfm
Tue, 29 Sep 2009 17:17:48 +0200
changeset 160 1e872a62c0f6
parent 159 4a45d27d0968
child 161 8f43e99ab539
changed: #version_SVN
SVN__WCCommand.st
--- a/SVN__WCCommand.st	Tue Sep 29 17:17:45 2009 +0200
+++ b/SVN__WCCommand.st	Tue Sep 29 17:17:48 2009 +0200
@@ -9,11 +9,6 @@
 	category:'SVN-Private-Commands'
 !
 
-!WCCommand class methodsFor:'documentation'!
-
-version_SVN
-    ^'$Id$'
-! !
 
 !WCCommand methodsFor:'accessing'!
 
@@ -97,4 +92,12 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
+version_SVN
+    ^'Id: SVN__WCCommand.st 110 2009-08-19 13:21:10Z vranyj1 '
 ! !