diff options
author | dgp <dgp@noemail.net> | 2008-08-12 15:10:30 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2008-08-12 15:10:30 (GMT) |
commit | f1dc298a4cca6d63e38ccb00b341cc47eb2a4b59 (patch) | |
tree | a31a2fae07e19f4c10d4981fabf5426b29a3e3b4 /library | |
parent | c31aa56e9e01420b4720f3316ab08311db9f1b1c (diff) | |
download | tcl-f1dc298a4cca6d63e38ccb00b341cc47eb2a4b59.zip tcl-f1dc298a4cca6d63e38ccb00b341cc47eb2a4b59.tar.gz tcl-f1dc298a4cca6d63e38ccb00b341cc47eb2a4b59.tar.bz2 |
* README: Bump version number to 8.6a2
* 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:
FossilOrigin-Name: ff4d6323a8a967a63d32d28abbf0d562953b1388
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 3e47642..b02c3e5 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.109 2008/08/06 19:46:26 msofer Exp $ +# RCS: @(#) $Id: init.tcl,v 1.110 2008/08/12 15:10:36 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.6a1 +package require -exact Tcl 8.6a2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |