Smalltalk.st
branchjv
changeset 17739 a9d8f3d46502
parent 17738 6dc386d28663
child 17742 3fef0ed4c2d5
--- a/Smalltalk.st	Sun Dec 13 18:26:15 2009 +0000
+++ b/Smalltalk.st	Sun Dec 27 18:19:51 2009 +0000
@@ -7418,8 +7418,7 @@
        '.',
        self minorVersionNr printString ,
        '.',
-       self revisionNr printString,
-       ' "jv branch"') 
+       self revisionNr printString)
 	
 
     "
@@ -7444,7 +7443,7 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Smalltalk.st 10484 2009-12-13 18:26:15Z vranyj1 $'
+    ^ '$Id: Smalltalk.st 10486 2009-12-27 18:19:51Z vranyj1 $'
 !
 
 version_CVS