summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2011-07-18 13:54:21 (GMT)
committerdgp@users.sourceforge.net <dgp>2011-07-18 13:54:21 (GMT)
commit5a202cb63d340961b9e16b69bff8c02bc17d4ba0 (patch)
tree2b1921272b8c270ee2c34ea3d25c0e456c7b6b56 /library
parent5a60d03bd27c78e2d425d781217365c8800e45d8 (diff)
downloadtk-5a202cb63d340961b9e16b69bff8c02bc17d4ba0.zip
tk-5a202cb63d340961b9e16b69bff8c02bc17d4ba0.tar.gz
tk-5a202cb63d340961b9e16b69bff8c02bc17d4ba0.tar.bz2
Bump version number to 8.6b2
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 a88056b..5e6f4a6 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.6b1.2
+package require -exact Tk 8.6b2
# Create a ::tk namespace
namespace eval ::tk {