ExternalFunctionCallback.st
branchjv
changeset 17865 598963c6ff8e
parent 17847 62aa54f44969
child 17869 9610c6c94e71
--- a/ExternalFunctionCallback.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/ExternalFunctionCallback.st	Wed Sep 28 20:07:49 2011 +0100
@@ -829,10 +829,13 @@
 !ExternalFunctionCallback class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunctionCallback.st 10665 2011-08-10 14:59:08Z vranyj1 $'
+    ^ '$Id: ExternalFunctionCallback.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.16 2011/08/09 23:20:10 cg Exp '
+    ^ '§Header: /cvs/stx/stx/libbasic/ExternalFunctionCallback.st,v 1.16 2011/08/09 23:20:10 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalFunctionCallback.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !
-