bumped version (focus handling)
authorClaus Gittinger <cg@exept.de>
Sun, 14 Mar 1999 14:33:03 +0100
changeset 4048 d61a42106d6b
parent 4047 ca2199fb2d73
child 4049 9ae11122b8a2
bumped version (focus handling)
Smalltalk.st
--- a/Smalltalk.st	Sun Mar 14 14:13:30 1999 +0100
+++ b/Smalltalk.st	Sun Mar 14 14:33:03 1999 +0100
@@ -4144,9 +4144,9 @@
      to the outside world.
 
      ST/X revision Naming is:
-	<major>.<minor>.<revision>.<release>"
-
-    ^ 1
+        <major>.<minor>.<revision>.<release>"
+
+    ^ 2
 
     " 
      Smalltalk revisionNr
@@ -4210,5 +4210,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.308 1999-03-09 22:59:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.309 1999-03-14 13:33:03 cg Exp $'
 ! !