summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-11-03 17:11:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-11-03 17:11:13 (GMT)
commit1a0c2e24ebd161899980a2a962a854e143d4ae1d (patch)
tree7984f5e454fb6270cde56f7c61bf2fc60be94d11 /library/init.tcl
parent10a93057770dc08da0e135cea50d1a723fa47f42 (diff)
downloadtcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.zip
tcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.tar.gz
tcl-1a0c2e24ebd161899980a2a962a854e143d4ae1d.tar.bz2
Bump to 9.0a0
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 87d9f14..4ef78a5 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -16,7 +16,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.7a2
+package require -exact Tcl 9.0a0
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: