PrivateMetaclass.st
branchjv
changeset 17845 7e0cfaac936d
parent 17761 b0e5971141bc
child 17846 24edc476ac18
--- a/PrivateMetaclass.st	Thu Jun 23 16:55:10 2011 +0100
+++ b/PrivateMetaclass.st	Thu Jul 07 23:08:07 2011 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1996 by eXept Software AG
               All Rights Reserved
@@ -9,6 +11,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+
+
+
 "{ Package: 'stx:libbasic' }"
 
 Metaclass subclass:#PrivateMetaclass
@@ -127,9 +132,5 @@
 !PrivateMetaclass class methodsFor:'documentation'!
 
 version
-    ^ '$Id: PrivateMetaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
-!
-
-version_SVN
-    ^ '$Id: PrivateMetaclass.st 10517 2010-04-26 18:26:38Z vranyj1 $'
-! !
+    ^ '$Id: PrivateMetaclass.st 10656 2011-07-07 22:08:07Z vranyj1 $'
+! !
\ No newline at end of file