summaryrefslogtreecommitdiffstats
path: root/win/tcl.rc
diff options
context:
space:
mode:
authorredman <redman>2000-04-18 23:26:44 (GMT)
committerredman <redman>2000-04-18 23:26:44 (GMT)
commitd7e6ff2189631591abad9b2325b88d9d926a0c9b (patch)
tree6cd2f22cc765f4d815fc25669bf0627af0bcfca1 /win/tcl.rc
parent9db70a7fa25b5bfa023e5339eeeb45e7779bd98d (diff)
downloadtcl-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.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tcl.rc b/win/tcl.rc
index 56cf8ec..5b9a8cf 100644
--- a/win/tcl.rc
+++ b/win/tcl.rc
@@ -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