CharacterEncoderImplementations__TwoByteEncoder.st
branchjv
changeset 17761 b0e5971141bc
parent 17735 6a5bc05f696a
child 17767 a4a32df3aa5e
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Mon Apr 26 19:26:38 2010 +0100
@@ -79,11 +79,13 @@
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp §'
-! !
+!
 
-
+version_SVN
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+! !