IdentitySet.st
changeset 609 12be97f6d5a7
parent 530 07d0bce293c9
child 634 e15218d09420
--- a/IdentitySet.st	Thu Nov 23 02:23:53 1995 +0100
+++ b/IdentitySet.st	Thu Nov 23 02:26:15 1995 +0100
@@ -33,10 +33,6 @@
 "
 !
 
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.14 1995-11-11 15:23:28 cg Exp $'
-!
-
 documentation
 "
     same as a Set but compares elements using == 
@@ -44,6 +40,10 @@
     Since compare is on identity (using ==), hashing is also done via
     #identityHash instead of #hash.
 "
+!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.15 1995-11-23 01:25:32 cg Exp $'
 ! !
 
 !IdentitySet methodsFor:'private'!
@@ -141,3 +141,4 @@
     ^ index
 
 ! !
+