diff options
author | dgp <dgp@noemail.net> | 2008-02-04 17:32:39 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2008-02-04 17:32:39 (GMT) |
commit | 5c6d6d43a5294f6ad27c5514fabbbad1d86044f9 (patch) | |
tree | 6cb7b21d8ee3dd696fa30df3ddb19c14caf546b6 /library/tk.tcl | |
parent | 6ac4e8e9c6606effce123dc6b3a031f462108412 (diff) | |
download | tk-5c6d6d43a5294f6ad27c5514fabbbad1d86044f9.zip tk-5c6d6d43a5294f6ad27c5514fabbbad1d86044f9.tar.gz tk-5c6d6d43a5294f6ad27c5514fabbbad1d86044f9.tar.bz2 |
*** 8.5.1 TAGGED FOR RELEASE ***
* generic/tk.h: Bump to 8.5.1 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
FossilOrigin-Name: 32843d0f37397dff8ce1c3f88091c08aa915c528
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 2110c25..deb725d 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.71 2008/01/02 19:07:18 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.72 2008/02/04 17:32:39 dgp Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -17,7 +17,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp # Insist on running with compatible version of Tcl package require Tcl 8.5.0-8.6 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.5.1b1 +package require -exact Tk 8.5.1 # Create a ::tk namespace namespace eval ::tk { |