summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-06-25 13:44:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-06-25 13:44:58 (GMT)
commit5d945e860c40ef1dbdcfcff14829206954b3f202 (patch)
tree4a11f3b8ece4de4559033f69c3215360f5f6c9b3 /library
parent3170bfa7f36c7a6575fdce4c507e4b590f6774d2 (diff)
downloadtcl-5d945e860c40ef1dbdcfcff14829206954b3f202.zip
tcl-5d945e860c40ef1dbdcfcff14829206954b3f202.tar.gz
tcl-5d945e860c40ef1dbdcfcff14829206954b3f202.tar.bz2
Bump version number to distinguish from 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 c01dc97..09b81fb 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.0a3
+package require -exact tcl 9.0a4
# Compute the auto path to use in this interpreter.
# The values on the path come from several locations: