summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-12 15:14:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-12 15:14:42 (GMT)
commit26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b (patch)
tree7299de758af4b088a8b1c058654a158b7a504408 /library/tk.tcl
parent3d6d193ef5423cc0dd671b17ecbd3245331057c8 (diff)
downloadtk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.zip
tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.gz
tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.bz2
* README: Bump version number to 8.6a2
* 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/tk.tcl')
-rw-r--r--library/tk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 7ecf22e..350d734 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.77 2008/06/19 19:48:26 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.78 2008/08/12 15:14:43 dgp Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -15,7 +15,7 @@
# Insist on running with compatible version of Tcl
package require Tcl 8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6a1
+package require -exact Tk 8.6a2
# Create a ::tk namespace
namespace eval ::tk {