StreamError.st
branchjv
changeset 17761 b0e5971141bc
parent 17751 b2273fa8d59f
child 17767 a4a32df3aa5e
--- a/StreamError.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/StreamError.st	Mon Apr 26 19:26:38 2010 +0100
@@ -53,10 +53,13 @@
 !StreamError class methodsFor:'documentation'!
 
 version
-    ^ '$Id: StreamError.st 10501 2010-02-13 23:34:44Z vranyj1 $'
+    ^ '$Id: StreamError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.7 2010/02/04 11:42:34 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: StreamError.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
-