diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 20:26:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 20:26:11 (GMT) |
commit | a45dac076ba36370d50f550d483af81d54f88513 (patch) | |
tree | f274e5fa7e8f1957a7f732eba3a7c7bffeafa793 /library/init.tcl | |
parent | 63819167063bbaa8f911319dfe1186f810be2770 (diff) | |
download | tcl-a45dac076ba36370d50f550d483af81d54f88513.zip tcl-a45dac076ba36370d50f550d483af81d54f88513.tar.gz tcl-a45dac076ba36370d50f550d483af81d54f88513.tar.bz2 |
* README: Bump version number to 8.5a6
* generic/tcl.h:
* library init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
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 e5a86be..815965c 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.86 2006/09/22 18:13:29 andreas_kupries Exp $ +# RCS: @(#) $Id: init.tcl,v 1.87 2006/10/23 20:26:11 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.5a5 +package require -exact Tcl 8.5a6 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |