Interval.st
changeset 629 2ceefe9b5a19
parent 606 7a9ab63a6757
child 759 908363ce8a32
--- a/Interval.st	Thu Nov 23 18:00:32 1995 +0100
+++ b/Interval.st	Thu Nov 23 18:07:57 1995 +0100
@@ -57,10 +57,6 @@
 
 	(1 to:10 by:2) asOrderedCollection  
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.18 1995-11-23 01:17:39 cg Exp $'
 ! !
 
 !Interval class methodsFor:'instance creation'!
@@ -291,3 +287,8 @@
     ^ OrderedCollection
 ! !
 
+!Interval class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.19 1995-11-23 17:05:50 cg Exp $'
+! !