summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-18 20:01:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-18 20:01:39 (GMT)
commit44695da5cf0b2b661205e9509841420f6485e3c9 (patch)
tree52775a10fd52667fca9ad673db42a7aa148524a1 /library
parent1862ab1259270b5a83e955528dccc4b63c652648 (diff)
downloadtcl-44695da5cf0b2b661205e9509841420f6485e3c9.zip
tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.gz
tcl-44695da5cf0b2b661205e9509841420f6485e3c9.tar.bz2
Bump version number to 8.6b2.
Diffstat (limited to 'library')
-rw-r--r--library/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index f1d6a64..685fc7b 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -15,7 +15,7 @@
if {[info commands package] == ""} {
error "version mismatch: library\nscripts expect Tcl version 7.5b1 or later but the loaded version is\nonly [info patchlevel]"
}
-package require -exact Tcl 8.6b1.2
+package require -exact Tcl 8.6b2
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: