Updates from SVN
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 08 Aug 2011 15:26:46 +0200
changeset 733 d3e8e9ce32c5
parent 732 bf449fe94ccc
child 734 3a14264965a9
Updates from SVN
SVN__Configuration.st
--- a/SVN__Configuration.st	Mon Aug 08 15:25:10 2011 +0200
+++ b/SVN__Configuration.st	Mon Aug 08 15:26:46 2011 +0200
@@ -423,8 +423,14 @@
 
 !Configuration class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
-    ^ '$Id$'
+    ^ '§Id: SVN__Configuration.st 350 2011-07-07 18:42:56Z vranyj1 §'
 ! !
-
-