summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-10-10 18:25:10 (GMT)
committerdgp <dgp@noemail.net>2008-10-10 18:25:10 (GMT)
commit5c92fca2b98792968b5f15d69d221aaa79776c91 (patch)
tree46c841ad2c806b166b38dd666ef1e25282ccac42 /library/tk.tcl
parent2e633a09d5861cb825944a7ef7502ed524e5f49f (diff)
downloadtk-5c92fca2b98792968b5f15d69d221aaa79776c91.zip
tk-5c92fca2b98792968b5f15d69d221aaa79776c91.tar.gz
tk-5c92fca2b98792968b5f15d69d221aaa79776c91.tar.bz2
* generic/tk.h: Bump to 8.5.5 for release.
* library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: FossilOrigin-Name: 566ef6fd2cf061cea1b1abab7ef385008dccff44
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 31899a7..41db369 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.2.5 2008/08/28 16:13:47 dgp Exp $
+# RCS: @(#) $Id: tk.tcl,v 1.73.2.6 2008/10/10 18:25:10 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.5b1
+package require -exact Tk 8.5.5
# Create a ::tk namespace
namespace eval ::tk {