diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:55:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:55:12 (GMT) |
commit | 27dea7f90bb62c07880d067818d066545050809d (patch) | |
tree | 49fa428b91c735807cc3782b09f0567b9d44b4bd /library/tk.tcl | |
parent | c93dd2083f7175608a4a298176c8740d138d6d64 (diff) | |
download | tk-27dea7f90bb62c07880d067818d066545050809d.zip tk-27dea7f90bb62c07880d067818d066545050809d.tar.gz tk-27dea7f90bb62c07880d067818d066545050809d.tar.bz2 |
* generic/tk.h: Bump patchlevel to 8.6b1.1 to distinguish
* library/tk.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases.
* unix/configure.in:
* 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 7f0cd91..6299d01 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.82 2009/01/11 11:51:39 patthoyts Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.83 2009/01/16 20:55:12 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.6b1 +package require -exact Tk 8.6b1.1 # Create a ::tk namespace namespace eval ::tk { |