LargeInteger.st
branchjv
changeset 17761 b0e5971141bc
parent 17754 5322906cdb6a
child 17763 019bb9c842c5
--- a/LargeInteger.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/LargeInteger.st	Mon Apr 26 19:26:38 2010 +0100
@@ -4950,13 +4950,13 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LargeInteger.st 10505 2010-03-08 21:39:02Z vranyj1 $'
+    ^ '$Id: LargeInteger.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.199 2010/02/26 20:20:38 cg Exp §'
+!
+
+version_SVN
+    ^ '$Id: LargeInteger.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
-
-
-
-