summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-06-19 15:36:58 (GMT)
committerdgp <dgp@noemail.net>2008-06-19 15:36:58 (GMT)
commit4353a06af4f1f0b681511d1f7e4d4e686486edba (patch)
treea4656eacd1e7ccb8dc34bb7c74c70a68b4f530db /library
parent2f35b0b5ec01808505cdcb925468271c41c4a182 (diff)
downloadtcl-4353a06af4f1f0b681511d1f7e4d4e686486edba.zip
tcl-4353a06af4f1f0b681511d1f7e4d4e686486edba.tar.gz
tcl-4353a06af4f1f0b681511d1f7e4d4e686486edba.tar.bz2
* README: Bump version number to 8.6a1
* 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: 764de4e88b5f6a87e3cddfc1c1ede70a1f063e58
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 5bdbff2..83981ae 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.105 2008/04/01 16:23:42 dgp Exp $
+# RCS: @(#) $Id: init.tcl,v 1.106 2008/06/19 15:37:04 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.6a0
+package require -exact Tcl 8.6a1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: