diff options
author | redman <redman> | 2000-04-18 23:26:44 (GMT) |
---|---|---|
committer | redman <redman> | 2000-04-18 23:26:44 (GMT) |
commit | d7e6ff2189631591abad9b2325b88d9d926a0c9b (patch) | |
tree | 6cd2f22cc765f4d815fc25669bf0627af0bcfca1 /win/tcl.rc | |
parent | 9db70a7fa25b5bfa023e5339eeeb45e7779bd98d (diff) | |
download | tcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.zip tcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.tar.gz tcl-d7e6ff2189631591abad9b2325b88d9d926a0c9b.tar.bz2 |
* win/Makefile.in:
* win/tcl.rc:
* win/tclsh.rc:
* win/tclsh.ico: Modified copyright dates in Windows resource
files. Added an icon for tclsh.exe.
Diffstat (limited to 'win/tcl.rc')
-rw-r--r-- | win/tcl.rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -// RCS: @(#) $Id: tcl.rc,v 1.4 1999/04/30 22:45:05 stanton Exp $ +// RCS: @(#) $Id: tcl.rc,v 1.5 2000/04/18 23:26:45 redman Exp $ // // Version // @@ -27,7 +27,7 @@ BEGIN VALUE "OriginalFilename", "tcl" STRINGIFY(TCL_MAJOR_VERSION) STRINGIFY(TCL_MINOR_VERSION) ".dll\0" VALUE "CompanyName", "Scriptics Corporation\0" VALUE "FileVersion", TCL_PATCH_LEVEL - VALUE "LegalCopyright", "Copyright (c) 1999 by Scriptics Corporation\0" + VALUE "LegalCopyright", "Copyright (c) 2000 by Scriptics Corporation\0" VALUE "ProductName", "Tcl " TCL_VERSION " for Windows\0" VALUE "ProductVersion", TCL_PATCH_LEVEL END |