summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-12-02 18:25:35 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-12-02 18:25:35 (GMT)
commit38160dc3cc545d5c382ac585f06611145f65fb7c (patch)
treefc64f2d74b3c1c335f0746d20baff3b0638e90ec /library
parent9be1e807d62499268d977b591f893b2593a2367b (diff)
parenta42ecfa12e98e69b6171195353cba457c97536c7 (diff)
downloadtcl-38160dc3cc545d5c382ac585f06611145f65fb7c.zip
tcl-38160dc3cc545d5c382ac585f06611145f65fb7c.tar.gz
tcl-38160dc3cc545d5c382ac585f06611145f65fb7c.tar.bz2
Bump to 9.0a2 to distinguish development from 9.0a1 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 9ca3eba..790ff73 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.0a1
+package require -exact Tcl 9.0a2
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: