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