bumbed revision (fixed compiler bug)
authorClaus Gittinger <cg@exept.de>
Wed, 30 Jul 1997 12:23:59 +0200
changeset 2802 9279d89b2b99
parent 2801 195be5eb29f6
child 2803 a1557e9af0e1
bumbed revision (fixed compiler bug)
Smalltalk.st
--- a/Smalltalk.st	Wed Jul 30 12:09:50 1997 +0200
+++ b/Smalltalk.st	Wed Jul 30 12:23:59 1997 +0200
@@ -3610,13 +3610,13 @@
      and represent a stable workable version which got published
      to the outside world."
 
-    ^ 8
+    ^ 9
 
     " 
      Smalltalk revisionNr
     "
 
-    "Modified: 29.1.1997 / 22:12:42 / cg"
+    "Modified: 30.7.1997 / 12:23:23 / cg"
 !
 
 timeStamp
@@ -3665,5 +3665,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.243 1997-07-25 09:59:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.244 1997-07-30 10:23:59 cg Exp $'
 ! !