File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply {{dir} {
11
11
0 tcl::idna 1.0.1 {cookiejar idna.tcl}
12
12
0 platform 1.0.19 {platform platform.tcl}
13
13
0 platform::shell 1.1.4 {platform shell.tcl}
14
- 1 tcltest 2.5.9 {tcltest tcltest.tcl}
14
+ 1 tcltest 2.5.10 {tcltest tcltest.tcl}
15
15
} {
16
16
if {$isafe && !$safe} continue
17
17
package ifneeded $package $version [list source [file join $dir {*}$file]]
Original file line number Diff line number Diff line change 9
9
# full path name of this file's directory.
10
10
11
11
if {![package vsatisfies [package provide Tcl] 8.5-]} {return }
12
- package ifneeded tcltest 2.5.9 [list source -encoding utf-8 [file join $dir tcltest.tcl]]
12
+ package ifneeded tcltest 2.5.10 [list source -encoding utf-8 [file join $dir tcltest.tcl]]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace eval tcltest {
21
21
# When the version number changes, be sure to update the pkgIndex.tcl file,
22
22
# and the install directory in the Makefiles. When the minor version
23
23
# changes (new feature) be sure to update the man page as well.
24
- variable Version 2.5.9
24
+ variable Version 2.5.10
25
25
26
26
# Compatibility support for dumb variables defined in tcltest 1
27
27
# Do not use these. Call [package require] and [info patchlevel]
Original file line number Diff line number Diff line change @@ -1082,9 +1082,9 @@ install-libraries: libraries
1082
1082
@echo " Installing package msgcat 1.7.1 as a Tcl Module"
1083
1083
@$(INSTALL_DATA ) $(TOP_DIR ) /library/msgcat/msgcat.tcl \
1084
1084
" $( MODULE_INSTALL_DIR) /9.0/msgcat-1.7.1.tm"
1085
- @echo " Installing package tcltest 2.5.9 as a Tcl Module"
1085
+ @echo " Installing package tcltest 2.5.10 as a Tcl Module"
1086
1086
@$(INSTALL_DATA ) $(TOP_DIR ) /library/tcltest/tcltest.tcl \
1087
- " $( MODULE_INSTALL_DIR) /9.0/tcltest-2.5.9 .tm"
1087
+ " $( MODULE_INSTALL_DIR) /9.0/tcltest-2.5.10 .tm"
1088
1088
@echo " Installing package platform 1.0.19 as a Tcl Module"
1089
1089
@$(INSTALL_DATA ) $(TOP_DIR ) /library/platform/platform.tcl \
1090
1090
" $( MODULE_INSTALL_DIR) /9.0/platform-1.0.19.tm"
Original file line number Diff line number Diff line change @@ -929,8 +929,8 @@ install-libraries: libraries install-tzdata install-msgs
929
929
done ;
930
930
@echo " Installing package msgcat 1.7.1 as a Tcl Module" ;
931
931
@$(COPY ) $(ROOT_DIR ) /library/msgcat/msgcat.tcl " $( MODULE_INSTALL_DIR) /9.0/msgcat-1.7.1.tm" ;
932
- @echo " Installing package tcltest 2.5.9 as a Tcl Module" ;
933
- @$(COPY ) $(ROOT_DIR ) /library/tcltest/tcltest.tcl " $( MODULE_INSTALL_DIR) /9.0/tcltest-2.5.9 .tm" ;
932
+ @echo " Installing package tcltest 2.5.10 as a Tcl Module" ;
933
+ @$(COPY ) $(ROOT_DIR ) /library/tcltest/tcltest.tcl " $( MODULE_INSTALL_DIR) /9.0/tcltest-2.5.10 .tm" ;
934
934
@echo " Installing package platform 1.0.19 as a Tcl Module" ;
935
935
@$(COPY ) $(ROOT_DIR ) /library/platform/platform.tcl " $( MODULE_INSTALL_DIR) /9.0/platform-1.0.19.tm" ;
936
936
@echo " Installing package platform::shell 1.1.4 as a Tcl Module" ;
You can’t perform that action at this time.
0 commit comments