summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:29:45 (GMT)
committerwelch <welch>1999-06-25 23:29:45 (GMT)
commitc73acda883542082356bf5e1dbf9df119d05901d (patch)
tree6f6aa65daa6f22d3dd43aa3dac731c73ed38c956 /library/init.tcl
parentff48e1814f89eb1a5ab54dd9b52bd308d0e40262 (diff)
downloadtcl-c73acda883542082356bf5e1dbf9df119d05901d.zip
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.gz
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.bz2
Changed to Tcl 8.2b1
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl
index c52c98d..ad092cc 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.30 1999/05/22 01:20:13 stanton Exp $
+# RCS: @(#) $Id: init.tcl,v 1.31 1999/06/25 23:29:53 welch 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.1
+package require -exact Tcl 8.2
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: