diff options
author | hobbs <hobbs> | 1999-10-05 22:45:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-05 22:45:49 (GMT) |
commit | 913f582a55cc0f46e998c26b99c36f5585e7c1e2 (patch) | |
tree | 28c833497a21ba506d2d33447568bd8ef90256b9 /library/init.tcl | |
parent | 09d294ea82f569a8fc9e320b25545754167bb3e0 (diff) | |
download | tcl-913f582a55cc0f46e998c26b99c36f5585e7c1e2.zip tcl-913f582a55cc0f46e998c26b99c36f5585e7c1e2.tar.gz tcl-913f582a55cc0f46e998c26b99c36f5585e7c1e2.tar.bz2 |
* library/init.tcl: updated to 8.3a1 from 8.2.0.
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl index e188329..65e18f7 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -3,7 +3,7 @@ # Default system startup file for Tcl-based applications. Defines # "unknown" procedure and auto-load facilities. # -# RCS: @(#) $Id: init.tcl,v 1.33 1999/08/19 02:59:40 hobbs Exp $ +# RCS: @(#) $Id: init.tcl,v 1.34 1999/10/05 22:45:49 hobbs Exp $ # # Copyright (c) 1991-1993 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -16,7 +16,7 @@ if {[info commands package] == ""} { error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]" } -package require -exact Tcl 8.2 +package require -exact Tcl 8.3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |