summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2008-01-02 19:03:29 (GMT)
committerdgp@users.sourceforge.net <dgp>2008-01-02 19:03:29 (GMT)
commit55ef94f6c81e33e23fe91422dd29f5ccceda5b85 (patch)
tree123c547c51da2e9ccb5376d7aeea8ee7604801e2 /library/init.tcl
parent92a29f8b027cdae95503fbe28a419585c1c2f9f1 (diff)
downloadtcl-55ef94f6c81e33e23fe91422dd29f5ccceda5b85.zip
tcl-55ef94f6c81e33e23fe91422dd29f5ccceda5b85.tar.gz
tcl-55ef94f6c81e33e23fe91422dd29f5ccceda5b85.tar.bz2
* generic/tcl.h: Bump version number to 8.5.1b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tcl.spec: * win/configure.in: * README * unix/configure: autoconf (2.59) * win/configure:
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 a245558..ca50652 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.100 2007/12/13 15:26:03 dgp Exp $
+# RCS: @(#) $Id: init.tcl,v 1.101 2008/01/02 19:03:30 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.0
+package require -exact Tcl 8.5.1b1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: