SortedCollection.st
branchjv
changeset 17761 b0e5971141bc
parent 17732 a1892eeca6c0
child 17845 7e0cfaac936d
--- a/SortedCollection.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/SortedCollection.st	Mon Apr 26 19:26:38 2010 +0100
@@ -1060,8 +1060,11 @@
 !SortedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Id: SortedCollection.st 10473 2009-10-24 15:48:19Z vranyj1 $'
+    ^ '$Id: SortedCollection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: SortedCollection.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 SortedCollection initialize!
-