diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-18 19:21:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-18 19:21:58 (GMT) |
commit | 8a5f0dbbec9daac56f2e20b47a49e915fff54e47 (patch) | |
tree | 8c512864cf347e1bcba06e794f85487e64b7887e /library | |
parent | 0f1863c2c36d7a477e3e5a245cc8120fe5645206 (diff) | |
download | tk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.zip tk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.tar.gz tk-8a5f0dbbec9daac56f2e20b47a49e915fff54e47.tar.bz2 |
* unix/configure: autoconf-2.59 (FC6 fork)
* win/configure:
* README: Bump version number to 8.5a7
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
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 d5fae6a..8ac9efa 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.62 2007/05/16 18:10:35 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.63 2007/05/18 19:21:59 dgp Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -13,8 +13,8 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # Insist on running with compatible versions of Tcl and Tk. -package require -exact Tcl 8.5a6 -package require -exact Tk 8.5a6 +package require -exact Tcl 8.5a7 +package require -exact Tk 8.5a7 # Create a ::tk namespace namespace eval ::tk { |