summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-19 19:37:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-19 19:37:58 (GMT)
commitd0dc88b51a52449287daaa05e732e49d8b466dc9 (patch)
treecd291f9d91ece7ee844413e5a726325c1030fe73 /library
parentd9752b097b67d456f9dcd309e07d6ba17b21d45c (diff)
downloadtk-d0dc88b51a52449287daaa05e732e49d8b466dc9.zip
tk-d0dc88b51a52449287daaa05e732e49d8b466dc9.tar.gz
tk-d0dc88b51a52449287daaa05e732e49d8b466dc9.tar.bz2
* README: Bump version number to 8.6a1
* generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
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 69afb5c..935b555 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.75 2008/05/11 00:47:22 patthoyts Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.76 2008/06/19 19:37:59 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
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6a0
+package require -exact Tk 8.6a1
# Create a ::tk namespace
namespace eval ::tk {