summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2007-11-19 18:14:48 (GMT)
committerdgp@users.sourceforge.net <dgp>2007-11-19 18:14:48 (GMT)
commit0fa314097d2e7bbece1e335bae2db57749604816 (patch)
treec86df5cb1083cc2da03af55274756ba115a2ea9e /library/init.tcl
parent11b5608a69c8788fc4a10dff3174b256be257055 (diff)
downloadtcl-0fa314097d2e7bbece1e335bae2db57749604816.zip
tcl-0fa314097d2e7bbece1e335bae2db57749604816.tar.gz
tcl-0fa314097d2e7bbece1e335bae2db57749604816.tar.bz2
* README: Bump version number to 8.5b3.
* generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
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 d94b87d..98cc1f5 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.97 2007/10/30 19:03:56 dgp Exp $
+# RCS: @(#) $Id: init.tcl,v 1.98 2007/11/19 18:14:49 dgp Exp $
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -17,7 +17,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.5b2.1
+package require -exact Tcl 8.5b3
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: