summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-11-19 18:39:26 (GMT)
committerdgp <dgp@noemail.net>2007-11-19 18:39:26 (GMT)
commitb0fe5012a7d7417b9a15990136f77da9688eb5d4 (patch)
treea90542bd9c08420546992041563081428dd0178b /library
parent5fc0016fa3a8876bdc5a3ea75a8900b42bab07b4 (diff)
downloadtk-b0fe5012a7d7417b9a15990136f77da9688eb5d4.zip
tk-b0fe5012a7d7417b9a15990136f77da9688eb5d4.tar.gz
tk-b0fe5012a7d7417b9a15990136f77da9688eb5d4.tar.bz2
* README: Bump version number to 8.5b3.
* generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: FossilOrigin-Name: e279b98efe87b710594ced8f11cf9c0b498cd9ff
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 1371845..7a8622c 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.68 2007/10/30 19:08:15 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.69 2007/11/19 18:39:28 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.1
+package require -exact Tk 8.5b3
# Create a ::tk namespace
namespace eval ::tk {