summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-04-11 19:00:44 (GMT)
committerdgp <dgp@noemail.net>2008-04-11 19:00:44 (GMT)
commitab4a6368fc1d87f118a0288769154f70f2baf629 (patch)
tree39a6898257010d02ee5ed557e05225cce6b55f09 /library/tk.tcl
parent6436e068f6d92b0a16399db2d7c461a46db54701 (diff)
downloadtk-ab4a6368fc1d87f118a0288769154f70f2baf629.zip
tk-ab4a6368fc1d87f118a0288769154f70f2baf629.tar.gz
tk-ab4a6368fc1d87f118a0288769154f70f2baf629.tar.bz2
* generic/tk.h: Bump version number to 8.5.3b1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5.2 and * unix/configure.in: 8.5.3 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: FossilOrigin-Name: 473ef12d4128f5bd21b053f44c02c4319b2a64b7
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 7c31b92..f675263 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -3,7 +3,7 @@
# Initialization script normally executed in the interpreter for each
# Tk-based application. Arranges class bindings for widgets.
#
-# RCS: @(#) $Id: tk.tcl,v 1.73 2008/03/28 18:13:39 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.73.2.1 2008/04/11 19:00:48 dgp Exp $
#
# Copyright (c) 1992-1994 The Regents of the University of California.
# Copyright (c) 1994-1996 Sun Microsystems, Inc.
@@ -17,7 +17,7 @@ package require Tcl 8.5 ;# Guard against [source] in an 8.4- interp
# Insist on running with compatible version of Tcl
package require Tcl 8.5.0-8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.5.2
+package require -exact Tk 8.5.3b1
# Create a ::tk namespace
namespace eval ::tk {