ExternalBytes.st
branchjv
changeset 17865 598963c6ff8e
parent 17862 8a8ae3107950
child 17869 9610c6c94e71
--- a/ExternalBytes.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalBytes.st	Wed Sep 28 20:07:49 2011 +0100
@@ -629,7 +629,6 @@
     "
 ! !
 
-
 !ExternalBytes methodsFor:'accessing'!
 
 address
@@ -1305,12 +1304,15 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalBytes.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.81 2011/09/15 12:22:19 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalBytes.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
 
 ExternalBytes initialize!
-