diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-14 20:08:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-14 20:08:20 (GMT) |
commit | f99e837b5153c13e6a5f3e964366819709358ce7 (patch) | |
tree | 4ab473b8d0c94edc285f1622de322fa2676edcf6 /library | |
parent | 32286f19cd1be9fcb882750e70838e31e18f9836 (diff) | |
download | tcl-f99e837b5153c13e6a5f3e964366819709358ce7.zip tcl-f99e837b5153c13e6a5f3e964366819709358ce7.tar.gz tcl-f99e837b5153c13e6a5f3e964366819709358ce7.tar.bz2 |
* README: Bump version number to 8.6a4
* 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')
-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 9a52118..9b04f64 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.112 2008/09/17 12:38:21 msofer Exp $ +# RCS: @(#) $Id: init.tcl,v 1.113 2008/10/14 20:08:21 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.6a3 +package require -exact Tcl 8.6a4 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |