stx_libtool.st
changeset 7893 24e5de817a76
parent 7892 67b7df797f8e
child 7930 19656d40a181
--- a/stx_libtool.st	Thu Nov 08 16:47:27 2007 +0100
+++ b/stx_libtool.st	Thu Nov 08 17:01:14 2007 +0100
@@ -261,11 +261,13 @@
 legalCopyright
     "Return a copyright string which will appear in <lib>.rc"
 
-    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
+    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'
+
+    "Modified: / 08-11-2007 / 16:58:51 / cg"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.25 2007-11-08 15:47:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.26 2007-11-08 16:01:14 cg Exp $'
 ! !