summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2007-09-19 17:54:28 (GMT)
committerdgp <dgp@noemail.net>2007-09-19 17:54:28 (GMT)
commitff34c74b9f128b7debfd3638f29648ad32d99720 (patch)
tree42d07fb491a62cecb7699fe04288f9525bc94446 /library
parenteb0af08d37fd91c31552f4f926bc793df524bb67 (diff)
downloadtk-ff34c74b9f128b7debfd3638f29648ad32d99720.zip
tk-ff34c74b9f128b7debfd3638f29648ad32d99720.tar.gz
tk-ff34c74b9f128b7debfd3638f29648ad32d99720.tar.bz2
* README: Bump version number to 8.5b1.
* generic/tk.h: Merge from core-stabilizer-branch. * library/tk.tcl: Stabilizing toward 8.5b1 release now done * unix/configure.in: on the HEAD. core-stabilizer-branch is * unix/tk.spec: now suspended. * win/configure.in: FossilOrigin-Name: d2539be7e0f05658c9b17b88d51bc886ef039786
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index c8d8587..01e573b 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.64 2007/09/11 17:46:41 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.65 2007/09/19 17:54:30 dgp Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -15,9 +15,9 @@
package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp
;# before using 8.5 [package] features.
# Insist on running with compatible version of Tcl
-package require Tcl 8.5a7-8.6
+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.5a7
+package require -exact Tk 8.5b1
# Create a ::tk namespace
namespace eval ::tk {