diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:42:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:42:04 (GMT) |
commit | 834f621b375a801ee97a3f6b831566690bd079ff (patch) | |
tree | aaf9c8cbdf489fc2f9b7d01c03230824d0997760 /library/init.tcl | |
parent | 56bb33ebf356e975834c19be243c0562dd48f7fc (diff) | |
download | tcl-834f621b375a801ee97a3f6b831566690bd079ff.zip tcl-834f621b375a801ee97a3f6b831566690bd079ff.tar.gz tcl-834f621b375a801ee97a3f6b831566690bd079ff.tar.bz2 |
* README: Bump version number to 8.5b1
* generic/tcl.h: Merge from core-stabilizer-branch.
* library/init.tcl: Stabilizing toward 8.5b1 release now done
* tools/tcl.wse.in: on the HEAD. core-stabilizer-branch is
* unix/configure.in: now suspended.
* unix/tcl.spec:
* win/configure.in:
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 d29c512..7a83833 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.93 2007/08/23 20:00:20 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.94 2007/09/19 17:42: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.5a7 +package require -exact Tcl 8.5b1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |