summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-01-23 16:49:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-01-23 16:49:00 (GMT)
commit35f5b6c8ede06a809769f888bd729eb9b291c5c7 (patch)
tree21be67671df5aa3afad875b47f7323dd5b2ffc81 /library
parentc93ca3534a26772f8acc81f3432c1bc74da5c701 (diff)
downloadtcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.zip
tcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.tar.gz
tcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.tar.bz2
Bump stabilizer branch to 8.5.1.
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 caaa88e..9346a90 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.91.2.8 2008/01/23 16:42:19 dgp Exp $
+# RCS: @(#) $Id: init.tcl,v 1.91.2.9 2008/01/23 16:49: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.5.1b1
+package require -exact Tcl 8.5.1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: