diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-22 20:34:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-22 20:34:26 (GMT) |
commit | 69b0a09840a3b178c6257ccb9f859408a831f5dc (patch) | |
tree | e43e0bf19eaa2f5caaccbfea83813b694404f2a2 /library | |
parent | 9190f533c5cb5bf91aa76adf0fb9cfcc90775c07 (diff) | |
download | tcl-69b0a09840a3b178c6257ccb9f859408a831f5dc.zip tcl-69b0a09840a3b178c6257ccb9f859408a831f5dc.tar.gz tcl-69b0a09840a3b178c6257ccb9f859408a831f5dc.tar.bz2 |
[core-stabilizer-branch]
* unix/configure: autoconf-2.59 (FC6 fork)
* win/configure:
* README: Bump version number to 8.5b1
* generic/tcl.h:
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
Diffstat (limited to 'library')
-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 e1ff2a3..73315b0 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.91 2007/05/18 18:39:30 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.91.2.1 2007/05/22 20:34:28 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.5a7 +package require -exact Tcl 8.5b1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |