LargeInteger.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
--- a/LargeInteger.st	Wed Sep 28 13:46:37 2011 +0100
+++ b/LargeInteger.st	Wed Sep 28 20:07:49 2011 +0100
@@ -290,6 +290,8 @@
     "Modified: / 8.5.1998 / 21:40:41 / cg"
 ! !
 
+
+
 !LargeInteger class methodsFor:'queries'!
 
 isBuiltInClass
@@ -5141,9 +5143,13 @@
 !LargeInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LargeInteger.st 10660 2011-07-18 15:22:09Z vranyj1 $'
+    ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/LargeInteger.st,v 1.203 2011/05/17 13:18:34 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: LargeInteger.st 10695 2011-09-28 19:07:49Z vranyj1 $'
 ! !