Metaclass.st
branchjv
changeset 17845 7e0cfaac936d
parent 17841 7abcc4aef871
child 17846 24edc476ac18
--- a/Metaclass.st	Thu Jun 23 16:55:10 2011 +0100
+++ b/Metaclass.st	Thu Jul 07 23:08:07 2011 +0100
@@ -864,10 +864,23 @@
     "Modified: 2.4.1997 / 01:17:04 / stefan"
 !
 
+binaryRevisionString
+    ^ myClass binaryRevisionString
+
+    "
+     Object binaryRevisionString
+     Object class binaryRevisionString
+    "
+
+    "Modified: / 02-04-1997 / 01:17:04 / stefan"
+    "Created: / 01-07-2011 / 10:55:39 / cg"
+!
+
 sourceFileSuffix
     ^ self programmingLanguage sourceFileSuffix
 
     "Modified: / 15-08-2009 / 22:46:44 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 28-06-2011 / 13:44:36 / cg"
 !
 
 sourceStream
@@ -888,23 +901,8 @@
 
 !Metaclass class methodsFor:'documentation'!
 
-version
-    ^ '$Id: Metaclass.st 10643 2011-06-08 21:53:07Z vranyj1 $'
-!
-
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.208 2010/04/03 10:46:40 cg Exp '
-!
-
-version_SVN
-    ^ '$Id: Metaclass.st 10643 2011-06-08 21:53:07Z vranyj1 $'
+    ^ '§Header: /cvs/stx/stx/libbasic/Metaclass.st,v 1.210 2011/07/01 11:44:26 cg Exp §'
 ! !
 
-Metaclass initialize!
-
-
-
-
-
-
-
+Metaclass initialize!
\ No newline at end of file