version at the end
authorClaus Gittinger <cg@exept.de>
Thu, 23 Nov 1995 18:25:21 +0100
changeset 631 d43deb0ec558
parent 630 b785d23d7c5b
child 632 31498e8b424c
version at the end
TwoByteString.st
--- a/TwoByteString.st	Thu Nov 23 18:13:04 1995 +0100
+++ b/TwoByteString.st	Thu Nov 23 18:25:21 1995 +0100
@@ -38,10 +38,6 @@
     TwoByteStrings are like strings, but storing 16bits per character.
     The integration of them into the system is not completed ....
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.14 1995-11-23 01:22:31 cg Exp $'
 ! !
 
 !TwoByteString class methodsFor:'instance creation'!
@@ -228,3 +224,8 @@
     ^ super basicSize // 2
 ! !
 
+!TwoByteString class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.15 1995-11-23 17:25:21 cg Exp $'
+! !