*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 14:09:19 +0100
changeset 2159 92a6d7715da1
parent 2158 a44655b13b11
child 2160 849f3f6cef0e
*** empty log message ***
stx_libcomp.st
--- a/stx_libcomp.st	Mon Feb 16 13:00:22 2009 +0100
+++ b/stx_libcomp.st	Mon Feb 16 14:09:19 2009 +0100
@@ -154,7 +154,7 @@
 legalCopyright
     "Return copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
+    ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
 
     "Modified: / 08-11-2007 / 16:58:27 / cg"
 ! !
@@ -162,5 +162,5 @@
 !stx_libcomp class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.23 2008-07-23 12:17:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/stx_libcomp.st,v 1.24 2009-02-16 13:09:19 cg Exp $'
 ! !