Cons.st
changeset 2660 2c8509afbfc0
parent 2656 0d2ca6713ca7
child 2662 b3249d9d9134
--- a/Cons.st	Tue Sep 27 11:40:50 2011 +0200
+++ b/Cons.st	Tue Sep 27 11:41:23 2011 +0200
@@ -45,6 +45,8 @@
     Conses are not heavily used by Smalltalk (actually: not at all).
     Consider this a demo class.
 
+    written June 2002
+
     [author:]
         Claus Gittinger
 
@@ -615,9 +617,9 @@
 !Cons class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Cons.st,v 1.18 2011-09-27 09:33:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Cons.st,v 1.19 2011-09-27 09:41:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Cons.st,v 1.18 2011-09-27 09:33:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Cons.st,v 1.19 2011-09-27 09:41:23 cg Exp $'
 ! !