diff options
author | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:44:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-01-16 20:44:24 (GMT) |
commit | 90f1f664938680291c585123226ff1258345487c (patch) | |
tree | be2cac987536e7350362b75e7da50de675b5b65a /library/init.tcl | |
parent | 0888377521223161e6ecfd721eee0bf116bf9c60 (diff) | |
download | tcl-90f1f664938680291c585123226ff1258345487c.zip tcl-90f1f664938680291c585123226ff1258345487c.tar.gz tcl-90f1f664938680291c585123226ff1258345487c.tar.bz2 |
* generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish
* library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases
* unix/configure.in: and to deal with the fact that the HEAD of
* win/configure.in: init.tcl will not [source] in Tcl 8.6b1 .
* unix/configure: autoconf-2.59
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 74fd5f4..3ec3079 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.119 2009/01/13 20:30:04 dkf Exp $ +# RCS: @(#) $Id: init.tcl,v 1.120 2009/01/16 20:44:25 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.6b1 +package require -exact Tcl 8.6b1.1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |