diff options
author | hobbs <hobbs> | 2000-05-03 00:18:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:18:35 (GMT) |
commit | e663b31063c95666a2fe748ec4ce69e081c31f86 (patch) | |
tree | e0eb5f3d18a2a2750e47c9de108e21f5eb4a9e43 /library | |
parent | c8873608e261d412eea36b1e0ea1e7bc26e0d103 (diff) | |
download | tk-e663b31063c95666a2fe748ec4ce69e081c31f86.zip tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.gz tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.bz2 |
* README:
* generic/tk.h:
* library/tk.tcl:
* mac/README:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/aclocal.m4:
* win/configure.in:
* win/makefile.vc: updated patchlevel to 8.4a1
Diffstat (limited to 'library')
-rw-r--r-- | library/tk.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 333816b..cdf52ac 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -3,7 +3,7 @@ # Initialization script normally executed in the interpreter for each # Tk-based application. Arranges class bindings for widgets. # -# RCS: @(#) $Id: tk.tcl,v 1.20 2000/03/24 19:38:57 ericm Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.21 2000/05/03 00:18:36 hobbs Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -14,8 +14,8 @@ # Insist on running with compatible versions of Tcl and Tk. -package require -exact Tk 8.3 -package require -exact Tcl 8.3 +package require -exact Tk 8.4 +package require -exact Tcl 8.4 # Add Tk's directory to the end of the auto-load search path, if it # isn't already on the path: |