summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-05-03 00:15:05 (GMT)
committerhobbs <hobbs>2000-05-03 00:15:05 (GMT)
commit0cb44acb3078b3a746417333705b21a73b567f9a (patch)
treeab05c1910b931e774ecdced77ef2426cf41793c9 /library/init.tcl
parent4c8a9811534a3b4a2a4f18a8b336e32f09924f99 (diff)
downloadtcl-0cb44acb3078b3a746417333705b21a73b567f9a.zip
tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.gz
tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.bz2
* README:
* generic/tcl.h: * library/init.tcl: * library/reg1.0/pkgIndex.tcl: * library/tcltest1.0/tcltest.tcl: * mac/README: * tools/tcl.hpj.in: * tools/tcl.wse.in: * unix/README: * unix/configure.in: * unix/tcl.spec: * win/README: * win/README.binary: * win/configure.in: * win/makefile.vc: * win/tcl.m4: updated patchlevel to 8.4a1
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 0b3d546..941c5d6 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.39 2000/02/01 19:26:08 ericm Exp $
+# RCS: @(#) $Id: init.tcl,v 1.40 2000/05/03 00:15:06 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.3
+package require -exact Tcl 8.4
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: