diff options
author | rjohnson <rjohnson> | 1999-01-04 19:25:26 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-01-04 19:25:26 (GMT) |
commit | 5519b5f36b63e8e841ed3b31293e5eaaf42dfc47 (patch) | |
tree | a113e7d9fe0d06aa0ae8f754fb86e9febe917b98 /library/tk.tcl | |
parent | 3de56eab5049b3d3b1adb8802a3d9f11e9e1e148 (diff) | |
download | tk-5519b5f36b63e8e841ed3b31293e5eaaf42dfc47.zip tk-5519b5f36b63e8e841ed3b31293e5eaaf42dfc47.tar.gz tk-5519b5f36b63e8e841ed3b31293e5eaaf42dfc47.tar.bz2 |
Updated the version to 8.0.5.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 195b05b..4e9cb08 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -3,10 +3,11 @@ # Initialization script normally executed in the interpreter for each # Tk-based application. Arranges class bindings for widgets. # -# RCS: @(#) $Id: tk.tcl,v 1.5 1998/11/12 06:22:05 welch Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.6 1999/01/04 19:25:27 rjohnson Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. +# Copyright (c) 1998-1999 Scriptics Corporation. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. |