diff options
| author | dgp@users.sourceforge.net <dgp> | 2009-04-10 16:54:51 (GMT) | 
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2009-04-10 16:54:51 (GMT) | 
| commit | cf21d36841b46a84e28797634ba8f563b6563216 (patch) | |
| tree | efdc41d30095a2feb652c3468def16235d4f2ed0 /library/init.tcl | |
| parent | b6ab9d6e068317dd233233586870b7372532d924 (diff) | |
| download | tcl-cf21d36841b46a84e28797634ba8f563b6563216.zip tcl-cf21d36841b46a84e28797634ba8f563b6563216.tar.gz tcl-cf21d36841b46a84e28797634ba8f563b6563216.tar.bz2  | |
        * generic/tcl.h:        Bump to 8.5.7 for release.
        * library/init.tcl:
        * tools/tcl.wse.in:
        * unix/configure.in:
        * unix/tcl.spec:
        * win/configure.in:
        * README:
        * 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 6b92c58..73485bd 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.104.2.11 2008/12/21 20:59:01 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.104.2.12 2009/04/10 16:54:51 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.5.6 +package require -exact Tcl 8.5.7  # Compute the auto path to use in this interpreter.  # The values on the path come from several locations:  | 
