SoundStream.st
changeset 152 89d93f115cb8
parent 121 606a3ccd3682
child 217 fcfbc9f71048
--- a/SoundStream.st	Sat Dec 09 23:48:13 1995 +0100
+++ b/SoundStream.st	Sun Dec 10 01:34:35 1995 +0100
@@ -59,10 +59,7 @@
     see companion classes VocBrowser and VocView in fileIn-directory for
     how to use this class.
 "
-!
-
-version
-^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.18 1995-11-17 16:54:08 cg Exp $'! !
+! !
 
 !SoundStream class methodsFor:'instance creation'!
 
@@ -835,3 +832,7 @@
     "SoundStream writing tuneTone"
 ! !
 
+!SoundStream class methodsFor:'documentation'!
+
+version
+^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.19 1995-12-10 00:34:35 cg Exp $'! !