ImmutableArray.st
branchjv
changeset 17869 9610c6c94e71
parent 17865 598963c6ff8e
child 17892 d86c8bd5ece3
--- a/ImmutableArray.st	Thu Sep 29 16:40:27 2011 +0100
+++ b/ImmutableArray.st	Thu Sep 29 16:44:37 2011 +0100
@@ -219,7 +219,7 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Id: /cvs/stx/stx/libbasic/ImmutableArray.st,v 1.28 2009/11/16 08:59:40 stefan Exp $'
+    ^ '$Id: ImmutableArray.st 10700 2011-09-29 15:44:37Z vranyj1 $'
 !
 
 version_CVS
@@ -227,5 +227,5 @@
 !
 
 version_SVN
-    ^ '$Id$'
+    ^ '$Id: ImmutableArray.st 10700 2011-09-29 15:44:37Z vranyj1 $'
 ! !