diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-13 18:00:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-13 18:00:30 (GMT) |
commit | 4ed9985984a6d23a53d316443c1f074073027ba0 (patch) | |
tree | 32ebd9fb692ee5b6fc4f05d68a6ae70f06e5db28 /library/init.tcl | |
parent | a0d41bb652b196bbd0c803b2b99e9ea7e90ea72d (diff) | |
download | tcl-4ed9985984a6d23a53d316443c1f074073027ba0.zip tcl-4ed9985984a6d23a53d316443c1f074073027ba0.tar.gz tcl-4ed9985984a6d23a53d316443c1f074073027ba0.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5.2b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.1 and
* unix/configure.in: 8.5.2 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 a77a3d6..0c80073 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.102 2008/02/04 17:29:11 dgp Exp $ +# RCS: @(#) $Id: init.tcl,v 1.103 2008/02/13 18:00:34 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.1 +package require -exact Tcl 8.5.2b1 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |