Integer.st
branchjv
changeset 17869 9610c6c94e71
parent 17865 598963c6ff8e
child 17892 d86c8bd5ece3
--- a/Integer.st	Thu Sep 29 16:40:27 2011 +0100
+++ b/Integer.st	Thu Sep 29 16:44:37 2011 +0100
@@ -4735,7 +4735,7 @@
 !Integer class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Integer.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+    ^ '$Id: Integer.st 10700 2011-09-29 15:44:37Z vranyj1 $'
 !
 
 version_CVS
@@ -4743,7 +4743,7 @@
 !
 
 version_SVN
-    ^ '$Id: Integer.st 10695 2011-09-28 19:07:49Z vranyj1 $'
+    ^ '$Id: Integer.st 10700 2011-09-29 15:44:37Z vranyj1 $'
 ! !
 
 Integer initialize!