diff options
| author | dgp@users.sourceforge.net <dgp> | 2008-02-04 17:29:09 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2008-02-04 17:29:09 (GMT) |
| commit | ef97c56b46ffe735721fa99d2a76d99298b529a6 (patch) | |
| tree | 669a2dd9f06ee93ea177060395c09aa8de1dae40 /library/init.tcl | |
| parent | eeaa86ac01a5adee3da5f57938634c99fb8c61b7 (diff) | |
| download | tcl-ef97c56b46ffe735721fa99d2a76d99298b529a6.zip tcl-ef97c56b46ffe735721fa99d2a76d99298b529a6.tar.gz tcl-ef97c56b46ffe735721fa99d2a76d99298b529a6.tar.bz2 | |
*** 8.5.1 TAGGED FOR RELEASE ***
* generic/tcl.h: Bump to 8.5.1 for release.
* 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 ca50652..a77a3d6 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.101 2008/01/02 19:03:30 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.102 2008/02/04 17:29:11 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.1b1 +package require -exact Tcl 8.5.1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
