diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-23 16:15:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-23 16:15:26 (GMT) |
commit | 443bdbf3e3f0e70d83d180455daed3194fc921dd (patch) | |
tree | e36b052abec58ee8d91b379eba5682f417aebc50 /library/tk.tcl | |
parent | 75cccde3349d1936b917ebf0a2419ca065affc72 (diff) | |
download | tk-443bdbf3e3f0e70d83d180455daed3194fc921dd.zip tk-443bdbf3e3f0e70d83d180455daed3194fc921dd.tar.gz tk-443bdbf3e3f0e70d83d180455daed3194fc921dd.tar.bz2 |
* README: Bump version number to 8.6a4
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index bc24f2d..bde5d1d 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.79 2008/08/28 16:29:34 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.80 2008/10/23 16:15:27 dgp Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -15,7 +15,7 @@ # Insist on running with compatible version of Tcl package require Tcl 8.6 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.6a3 +package require -exact Tk 8.6a4 # Create a ::tk namespace namespace eval ::tk { |