diff options
author | dgp <dgp@users.sourceforge.net> | 2008-06-30 03:18:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-06-30 03:18:57 (GMT) |
commit | d9e943b4e7f6602b2985a5353550c7e278f3472e (patch) | |
tree | 90af65a670b4b2d9cc115c656ed665f444c0c95b /library/init.tcl | |
parent | d8e2dd0ef8a84e1820e1788874d1a88063ab4e26 (diff) | |
download | tcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.zip tcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.tar.gz tcl-d9e943b4e7f6602b2985a5353550c7e278f3472e.tar.bz2 |
* generic/tcl.h: Bump to 8.5.3 for release.core_8_5_3
* 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/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 63f36ff..8b66859 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.2 2008/06/25 16:42:04 andreas_kupries Exp $ +# RCS: @(#) $Id: init.tcl,v 1.104.2.3 2008/06/30 03:18:58 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.3b1 +package require -exact Tcl 8.5.3 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |