summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-10-02 18:28:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-10-02 18:28:14 (GMT)
commit02101584875920a2df958fa6e171cf2cb74f73be (patch)
tree44ec4ce3f4712b1854886988f0d9808ad0c82a57 /library/tk.tcl
parent39eb78f09822d3be7c849892f87a57b7267f912a (diff)
downloadtk-02101584875920a2df958fa6e171cf2cb74f73be.zip
tk-02101584875920a2df958fa6e171cf2cb74f73be.tar.gz
tk-02101584875920a2df958fa6e171cf2cb74f73be.tar.bz2
* generic/tk.h: Bump version number to 8.5b1.1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
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 01e573b..f5a7d07 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.65 2007/09/19 17:54:30 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.66 2007/10/02 18:28:15 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.5b1-8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.5b1
+package require -exact Tk 8.5b1.1
# Create a ::tk namespace
namespace eval ::tk {