Block.st
changeset 12118 41ee8ff1908e
parent 11998 842499b2f567
child 12334 21860831a49e
--- a/Block.st	Sun Oct 04 17:06:52 2009 +0200
+++ b/Block.st	Sun Oct 04 17:44:51 2009 +0200
@@ -470,7 +470,7 @@
 
 deferredValue
     "Compatibility method - do not use in new code.
-     Dplphin's alias for futureValue"
+     Dolphin's alias for futureValue"
 
     ^ self futureValue
 ! !
@@ -547,6 +547,7 @@
     "Created: 15.11.1996 / 11:38:37 / cg"
 ! !
 
+
 !Block methodsFor:'accessing'!
 
 home
@@ -2884,7 +2885,11 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.171 2009-09-22 10:50:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.172 2009-10-04 15:44:51 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.172 2009-10-04 15:44:51 cg Exp $'
 ! !
 
 Block initialize!