summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorrjohnson <rjohnson>1999-01-04 19:25:00 (GMT)
committerrjohnson <rjohnson>1999-01-04 19:25:00 (GMT)
commit760c4938e485677a0254aec064f2b5514b2de2f4 (patch)
tree2ebcffb0739583b8c350d6195ba1907eed304abb /library/init.tcl
parentd776c5c3824a646b3a8a58c6f5125c0dcf75f554 (diff)
downloadtcl-760c4938e485677a0254aec064f2b5514b2de2f4.zip
tcl-760c4938e485677a0254aec064f2b5514b2de2f4.tar.gz
tcl-760c4938e485677a0254aec064f2b5514b2de2f4.tar.bz2
Updated the version to 8.0.5.
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 65d903e..f7b35c2 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -3,10 +3,11 @@
# Default system startup file for Tcl-based applications. Defines
# "unknown" procedure and auto-load facilities.
#
-# RCS: @(#) $Id: init.tcl,v 1.22 1998/11/12 05:54:02 welch Exp $
+# RCS: @(#) $Id: init.tcl,v 1.23 1999/01/04 19:25:02 rjohnson Exp $
#
# Copyright (c) 1991-1993 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
+# Copyright (c) 1998-1999 Scriptics Corporation.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.