diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:13:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:13:46 (GMT) |
commit | 81cd4716d7b562058df7561e86ff2d4a2cde9b13 (patch) | |
tree | ac68023466c45e5b67338186f4bef0c9e4f951d0 /library | |
parent | 87a256c7c2b2540e792f201ed6b6ab351fb288e8 (diff) | |
download | tk-81cd4716d7b562058df7561e86ff2d4a2cde9b13.zip tk-81cd4716d7b562058df7561e86ff2d4a2cde9b13.tar.gz tk-81cd4716d7b562058df7561e86ff2d4a2cde9b13.tar.bz2 |
* generic/tk.h: Bump version number to 8.5.5b1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5.4 and
* unix/configure.in: 8.5.5 releases.
* unix/tk.spec:
* win/configure.in:
* README:
* unix/configure: autoconf (2.59)
* win/configure:
Diffstat (limited to 'library')
-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 296b021..31899a7 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.73.2.4 2008/08/08 18:12:30 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.73.2.5 2008/08/28 16:13:47 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.4 +package require -exact Tk 8.5.5b1 # Create a ::tk namespace namespace eval ::tk { |