version_CVS
authorClaus Gittinger <cg@exept.de>
Thu, 29 Sep 2011 13:19:50 +0200
changeset 13751 f777408a5f4c
parent 13750 ab55ff08e30d
child 13752 e3a3e70985c1
version_CVS
VMInternalError.st
--- a/VMInternalError.st	Thu Sep 29 13:19:49 2011 +0200
+++ b/VMInternalError.st	Thu Sep 29 13:19:50 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 Error subclass:#VMInternalError
@@ -58,7 +57,7 @@
 !VMInternalError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.2 2004-04-23 16:11:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.3 2011-09-29 11:19:50 cg Exp $'
 ! !
 
 VMInternalError initialize!