diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:08:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-30 19:08:14 (GMT) |
commit | 213b6895439c29e8a01d834828452334afc98d14 (patch) | |
tree | f12dda60201da3189b6d2a563acbf9980143db33 /library | |
parent | 607376f9460c0887f957db5b9a79252753cdec00 (diff) | |
download | tk-213b6895439c29e8a01d834828452334afc98d14.zip tk-213b6895439c29e8a01d834828452334afc98d14.tar.gz tk-213b6895439c29e8a01d834828452334afc98d14.tar.bz2 |
* generic/tk.h: Bump version number to 8.5b2.1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5b2
* unix/configure.in: release.
* unix/tk.spec:
* win/configure.in:
* 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 4efa18a..1371845 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.67 2007/10/26 15:23:05 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.68 2007/10/30 19:08:15 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.5b1-8.6 # Verify that we have Tk binary and script components from the same release -package require -exact Tk 8.5b2 +package require -exact Tk 8.5b2.1 # Create a ::tk namespace namespace eval ::tk { |