diff options
author | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
commit | 6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81 (patch) | |
tree | d550ea733f0201576c408c6764ed0bd66975357e /library | |
parent | fc29863f3fe1e359b0a7727e0b8a46d7b5cef69e (diff) | |
download | tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.zip tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.gz tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.bz2 |
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish
* library/init.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'library')
-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 a62f3a0..6c77585 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.122 2009/12/30 13:47:53 msofer Exp $ +# RCS: @(#) $Id: init.tcl,v 1.123 2010/04/30 21:15:42 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.6b1.1 +package require -exact Tcl 8.6b1.2 # Compute the auto path to use in this interpreter. # The values on the path come from several locations: |