*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 25 Aug 2006 18:01:01 +0200
changeset 9741 052e9026f42a
parent 9740 83d0f9067166
child 9742 58f5e1d235a8
*** empty log message ***
Class.st
--- a/Class.st	Thu Aug 24 23:06:20 2006 +0200
+++ b/Class.st	Fri Aug 25 18:01:01 2006 +0200
@@ -4308,7 +4308,8 @@
 
     Class methodRedefinitionNotification answer:#keep do:[
         Class withoutUpdatingChangesDo:[
-            mthd := Compiler compile:(self nameOfVersionMethod) , '
+            mthd := Compiler compile:
+(self nameOfVersionMethod) , '
     ^ ''' , newRevisionString , '''
 '
                      forClass:cls
@@ -4598,5 +4599,5 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.500 2006-08-24 13:10:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.501 2006-08-25 16:01:01 cg Exp $'
 ! !