Integer.st
branchjv
changeset 17761 b0e5971141bc
parent 17756 f4d72b8d0d89
child 17763 019bb9c842c5
--- a/Integer.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/Integer.st	Mon Apr 26 19:26:38 2010 +0100
@@ -4711,17 +4711,15 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Integer.st 10508 2010-03-21 19:37:43Z vranyj1 $'
+    ^ '$Id: Integer.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Integer.st,v 1.245 2010/03/12 11:33:00 stefan Exp §'
+!
+
+version_SVN
+    ^ '$Id: Integer.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 Integer initialize!
-
-
-
-
-
-