String.st
changeset 633 46e996b3c18f
parent 608 cd5ac440fa95
child 735 362ce9e28d89
--- a/String.st	Thu Nov 23 18:27:12 1995 +0100
+++ b/String.st	Thu Nov 23 18:29:43 1995 +0100
@@ -73,10 +73,6 @@
     A little warning though: not all smalltalk systems allow subclassing String,
     so your program may become unportable if you do so.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.54 1995-11-23 01:23:15 cg Exp $'
 ! !
 
 !String class methodsFor:'instance creation'!
@@ -2172,3 +2168,8 @@
      'Computer' levenshteinTo:'computer'"
 ! !
 
+!String class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.55 1995-11-23 17:29:00 cg Exp $'
+! !