summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:30:22 (GMT)
committerwelch <welch>1999-06-25 23:30:22 (GMT)
commit77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (patch)
treef51308dab3c5828887861354d7e46601d57570a6 /library/tk.tcl
parent573eb733ab7138f3d634ac42dcd009712d3f3b58 (diff)
downloadtk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.zip
tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.gz
tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.bz2
Changed to Tk 8.2b1
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 0a4aaae..a97f041 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.7 1999/04/16 01:51:27 stanton Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.8 1999/06/25 23:30:25 welch Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -14,8 +14,8 @@
# Insist on running with compatible versions of Tcl and Tk.
-package require -exact Tk 8.1
-package require -exact Tcl 8.1
+package require -exact Tk 8.2
+package require -exact Tcl 8.2
# Add Tk's directory to the end of the auto-load search path, if it
# isn't already on the path: