diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 20:31:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 20:31:48 (GMT) |
commit | 18d330543869e240c2bd12fc9fbb8d5027f5cad6 (patch) | |
tree | c1abd84895b3b1dfc01af570bcc1c54db89823b4 /library | |
parent | 073a5c1d9c99e4448cc3505f50a82b9c874c2678 (diff) | |
download | tk-18d330543869e240c2bd12fc9fbb8d5027f5cad6.zip tk-18d330543869e240c2bd12fc9fbb8d5027f5cad6.tar.gz tk-18d330543869e240c2bd12fc9fbb8d5027f5cad6.tar.bz2 |
* README: Bump version number to 8.5a6
* 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')
-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 3af8ebc..c4e2b3d 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.58 2006/09/22 19:02:07 andreas_kupries Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.59 2006/10/23 20:31:48 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 Tk 8.5a5 -package require -exact Tcl 8.5a5 +package require -exact Tcl 8.5a6 +package require -exact Tk 8.5a6 # Create a ::tk namespace namespace eval ::tk { |