diff options
Diffstat (limited to 'win/tcl16.rc')
-rw-r--r-- | win/tcl16.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tcl16.rc b/win/tcl16.rc index 5c44d95..02c9b24 100644 --- a/win/tcl16.rc +++ b/win/tcl16.rc @@ -1,4 +1,4 @@ -// RCS: @(#) $Id: tcl16.rc,v 1.2 1998/09/14 18:40:19 stanton Exp $ +// RCS: @(#) $Id: tcl16.rc,v 1.3 1999/04/30 22:45:05 stanton Exp $ // // Version // @@ -21,9 +21,9 @@ BEGIN BEGIN VALUE "FileDescription", "Tcl16 DLL, 16-bit thunking module\0" VALUE "OriginalFilename", "tcl16" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) ".dll\0" - VALUE "CompanyName", "Sun Microsystems, Inc\0" + VALUE "CompanyName", "Scriptics Corporation\0" VALUE "FileVersion", TCL_PATCH_LEVEL - VALUE "LegalCopyright", "Copyright \251 1995-1996\0" + VALUE "LegalCopyright", "Copyright \251 1999 by Scriptics Corporation\0" VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0" VALUE "ProductVersion", TCL_PATCH_LEVEL END |