diff options
| author | dgp@users.sourceforge.net <dgp> | 2008-04-11 18:12:28 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2008-04-11 18:12:28 (GMT) |
| commit | 50223c26fa7ed4204376d01dae15f079f6b327d9 (patch) | |
| tree | 8364fb15797911f035e52afdaae0ca8e593093ba /library/init.tcl | |
| parent | b6c827db403ca79b04e76dcdb1f4dfc348950cd4 (diff) | |
| download | tcl-50223c26fa7ed4204376d01dae15f079f6b327d9.zip tcl-50223c26fa7ed4204376d01dae15f079f6b327d9.tar.gz tcl-50223c26fa7ed4204376d01dae15f079f6b327d9.tar.bz2 | |
* generic/tcl.h: Bump version number to 8.5.3b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.2 and
* unix/configure.in: 8.5.3 releases.
* 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 ef823f1..306d7d9 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 2008/03/28 17:31:44 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.104.2.1 2008/04/11 18:12:29 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.2 +package require -exact Tcl 8.5.3b1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |
