summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-10-01 22:45:11 (GMT)
committerhobbs <hobbs@noemail.net>1999-10-01 22:45:11 (GMT)
commitbf5ee181ed4c79b912b5f7bbb6af90d04eb706a1 (patch)
treef089bfc9ef19c8d3f9aa561064694b362df23a52 /library/tk.tcl
parente464cf5bfa8d424f7588e8da20e67849e6f670e9 (diff)
downloadtk-bf5ee181ed4c79b912b5f7bbb6af90d04eb706a1.zip
tk-bf5ee181ed4c79b912b5f7bbb6af90d04eb706a1.tar.gz
tk-bf5ee181ed4c79b912b5f7bbb6af90d04eb706a1.tar.bz2
1999-09-24 Jeff Hobbs <hobbs@scriptics.com>
* */README: * win/makefile.vc: * */configure.in: * generic/tk.h: * library/tk.tcl: up'd to 8.3a1 * unix/Makefile.in: changed 'mkdir' to 'mkdir -p' * library/dialog.tcl: changed {Times 18} to {Times 12} for dialog font. FossilOrigin-Name: 0d267eb835a566c144fae8e05ddbbc61f8451f1c
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 7328b8e..b68d31b 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.11 1999/09/02 17:02:53 hobbs Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.12 1999/10/01 22:45:19 hobbs 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.2
-package require -exact Tcl 8.2
+package require -exact Tk 8.3
+package require -exact Tcl 8.3
# Add Tk's directory to the end of the auto-load search path, if it
# isn't already on the path: