stx_libwidg.st
changeset 3684 6b7adaedf42c
parent 3664 a81dcabda35e
child 3826 5881722165c6
--- a/stx_libwidg.st	Wed Jul 23 14:02:02 2008 +0200
+++ b/stx_libwidg.st	Wed Jul 23 14:17:05 2008 +0200
@@ -173,7 +173,7 @@
 legalCopyright
     "Return copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
+    ^ 'Copyright Claus Gittinger 1988-2008\nCopyright eXept Software AG 1998-2008'
 
     "Modified: / 08-11-2007 / 16:59:22 / cg"
 ! !
@@ -181,5 +181,5 @@
 !stx_libwidg class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.20 2008-06-28 12:15:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/stx_libwidg.st,v 1.21 2008-07-23 12:17:05 cg Exp $'
 ! !