ExternalFunction.st
branchjv
changeset 17761 b0e5971141bc
parent 17735 6a5bc05f696a
child 17767 a4a32df3aa5e
--- a/ExternalFunction.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/ExternalFunction.st	Mon Apr 26 19:26:38 2010 +0100
@@ -972,12 +972,15 @@
 !ExternalFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExternalFunction.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: ExternalFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/ExternalFunction.st,v 1.27 2009/11/05 16:26:28 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: ExternalFunction.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 ExternalFunction initialize!
-