diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-22 19:02:06 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-22 19:02:06 (GMT) |
commit | 0cbae2255aa4378510703eb4e1b6fe4aedb2e4d9 (patch) | |
tree | 1b2453ff44144e153f91f2cd06562905db47f00f /library | |
parent | ec91bdeba76de4de9dd91666882eb91e3eb9f438 (diff) | |
download | tk-0cbae2255aa4378510703eb4e1b6fe4aedb2e4d9.zip tk-0cbae2255aa4378510703eb4e1b6fe4aedb2e4d9.tar.gz tk-0cbae2255aa4378510703eb4e1b6fe4aedb2e4d9.tar.bz2 |
* generic/tkConsole.c: TIP #268 update regarding registered package
* generic/tkMain.c: version, now using full patchlevel instead of
* generic/tkWindow.c: major.minor
* library/tk.tcl:
* unix/configure:
* unix/Makefile.in:
* unix/tcl.m4:
* win/configure:
* win/Makefile.in:
* win/makefile.vc:
* win/rules.vc:
* win/tcl.m4:
Diffstat (limited to 'library')
-rw-r--r-- | library/tk.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index ad45cbb..3af8ebc 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.57 2006/09/06 22:39:28 hobbs Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.58 2006/09/22 19:02:07 andreas_kupries Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -13,8 +13,8 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # Insist on running with compatible versions of Tcl and Tk. -package require -exact Tk 8.5 -package require -exact Tcl 8.5 +package require -exact Tk 8.5a5 +package require -exact Tcl 8.5a5 # Create a ::tk namespace namespace eval ::tk { |