version_CVS
authorClaus Gittinger <cg@exept.de>
Thu, 29 Sep 2011 13:20:10 +0200
changeset 13753 64b0cd1692a8
parent 13752 e3a3e70985c1
child 13754 0ce8b7b9e6ee
version_CVS
UserInterrupt.st
--- a/UserInterrupt.st	Thu Sep 29 13:19:59 2011 +0200
+++ b/UserInterrupt.st	Thu Sep 29 13:20:10 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ControlInterrupt subclass:#UserInterrupt
@@ -45,5 +44,5 @@
 !UserInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.3 2003-08-29 19:18:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserInterrupt.st,v 1.4 2011-09-29 11:20:10 cg Exp $'
 ! !