summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-05 22:05:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-05 22:05:21 (GMT)
commit16ee735e92526dcb8faceb4889bbcc7200f0993b (patch)
treeb89e8af3c83c21fcd7bb01e76fd530f892e34ef0 /library
parent0d8a34fe68ba01f492bc526f5f1f5963f9b4f03d (diff)
downloadtcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.zip
tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.gz
tcl-16ee735e92526dcb8faceb4889bbcc7200f0993b.tar.bz2
Bump to version 9.0a1 for release.
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 0879064..9ca3eba 100644
--- a/library/init.tcl
+++ b/library/init.tcl
@@ -19,7 +19,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 9.0a0
+package require -exact Tcl 9.0a1
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: