summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-09-07 13:08:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-09-07 13:08:41 (GMT)
commitf467766feb1b0367230cad38ed99f64a1aa08694 (patch)
tree20bf335b991c7da502288b6a10d1e351ab72b49d /library
parent31c2a87428c8648983c3500fc9dc48bfb99c873e (diff)
downloadtk-f467766feb1b0367230cad38ed99f64a1aa08694.zip
tk-f467766feb1b0367230cad38ed99f64a1aa08694.tar.gz
tk-f467766feb1b0367230cad38ed99f64a1aa08694.tar.bz2
Bump to 8.6b3
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index e0d9eda..1b4563e 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -13,7 +13,7 @@
# Insist on running with compatible version of Tcl
package require Tcl 8.6
# Verify that we have Tk binary and script components from the same release
-package require -exact Tk 8.6b2
+package require -exact Tk 8.6b3
# Create a ::tk namespace
namespace eval ::tk {