stx_libview2.st
changeset 2525 645e5cc2fb38
parent 2515 d465801cd221
child 2577 9bed01bd4714
--- a/stx_libview2.st	Tue Jul 22 21:53:09 2008 +0200
+++ b/stx_libview2.st	Wed Jul 23 14:17:02 2008 +0200
@@ -318,7 +318,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:12 / cg"
 ! !
@@ -326,5 +326,5 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.29 2008-07-03 13:58:35 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.30 2008-07-23 12:17:02 cg Exp $'
 ! !