summaryrefslogtreecommitdiffstats
path: root/win/rc/tk.rc
diff options
context:
space:
mode:
authorredman <redman>2000-04-18 23:28:01 (GMT)
committerredman <redman>2000-04-18 23:28:01 (GMT)
commitf00c2ef4f68bab03411a16e8e943090aca012e66 (patch)
treed1eea990dca9a9e1d67dec36dda6237ef4953682 /win/rc/tk.rc
parent3b8d97bbddc028359dd7f579f7f4e2fdaf887752 (diff)
downloadtk-f00c2ef4f68bab03411a16e8e943090aca012e66.zip
tk-f00c2ef4f68bab03411a16e8e943090aca012e66.tar.gz
tk-f00c2ef4f68bab03411a16e8e943090aca012e66.tar.bz2
* win/tk.rc:
* win/wish.rc: * win/wish.ico: Modified copyright dates in Windows resource files. Updated the icon for wish.exe.
Diffstat (limited to 'win/rc/tk.rc')
-rw-r--r--win/rc/tk.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/rc/tk.rc b/win/rc/tk.rc
index dacd4fb..0d96b84 100644
--- a/win/rc/tk.rc
+++ b/win/rc/tk.rc
@@ -1,4 +1,4 @@
-// RCS: @(#) $Id: tk.rc,v 1.4 1999/04/30 22:49:57 stanton Exp $
+// RCS: @(#) $Id: tk.rc,v 1.5 2000/04/18 23:28:01 redman Exp $
//
// Version
//
@@ -27,7 +27,7 @@ BEGIN
VALUE "OriginalFilename", "tk" STRINGIFY(TK_MAJOR_VERSION) STRINGIFY(TK_MINOR_VERSION) ".dll\0"
VALUE "CompanyName", "Scriptics Corporation\0"
VALUE "FileVersion", TK_PATCH_LEVEL
- VALUE "LegalCopyright", "Copyright \251 1999 by Scriptics Corporation\0"
+ VALUE "LegalCopyright", "Copyright \251 2000 by Scriptics Corporation\0"
VALUE "ProductName", "Tk " TK_VERSION " for Windows\0"
VALUE "ProductVersion", TK_PATCH_LEVEL
END