summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-12-19 03:54:44 (GMT)
committerdgp <dgp@noemail.net>2008-12-19 03:54:44 (GMT)
commitcc7338c5c6c01d43aa0ed304926dba187f764078 (patch)
tree35d605f08091884ed3e5cdcafa2fb00ca621f759 /library
parent65a19c9864724a00ea19fc53291a4af7b7da59ea (diff)
downloadtcl-cc7338c5c6c01d43aa0ed304926dba187f764078.zip
tcl-cc7338c5c6c01d43aa0ed304926dba187f764078.tar.gz
tcl-cc7338c5c6c01d43aa0ed304926dba187f764078.tar.bz2
* README: Bump version number to 8.6b1
* generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: FossilOrigin-Name: 448b87b688a106f316d4145606c8b1806bba41cb
Diffstat (limited to 'library')
-rw-r--r--library/init.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 71635fb..2d8e303 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.117 2008/12/16 22:03:25 dkf Exp $
+# RCS: @(#) $Id: init.tcl,v 1.118 2008/12/19 03:54:44 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.6a4
+package require -exact Tcl 8.6b1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: