summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-08-04 17:02:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-08-04 17:02:39 (GMT)
commit8bbcdf546cc3ea6f38bace636bcaa932aa381fa8 (patch)
tree3ea05dd7287f133029c849b7c97389aecb448658 /library/init.tcl
parent306e3ea3e928c4b6fbe2bc37ad685d182b2a059e (diff)
downloadtcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.zip
tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.gz
tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.bz2
* generic/tcl.h: Bump to 8.5.9 for release.
* library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * README: * unix/configure: autoconf-2.59 * win/configure: * changes: Update for 8.5.9 release.
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 87eb659..f4ab708 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.104.2.14 2010/06/18 12:43:51 dkf Exp $
+# RCS: @(#) $Id: init.tcl,v 1.104.2.15 2010/08/04 17:02:39 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.8
+package require -exact Tcl 8.5.9
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: