Skip to content

Commit db1368a

Browse files
author
jan.nijtmans
committed
Merge 9.0
2 parents 0548037 + 5f00348 commit db1368a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

library/manifest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply {{dir} {
1111
0 tcl::idna 1.0.1 {cookiejar idna.tcl}
1212
0 platform 1.0.19 {platform platform.tcl}
1313
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}
1515
} {
1616
if {$isafe && !$safe} continue
1717
package ifneeded $package $version [list source [file join $dir {*}$file]]

library/tcltest/pkgIndex.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# full path name of this file's directory.
1010

1111
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]]

library/tcltest/tcltest.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace eval tcltest {
2121
# When the version number changes, be sure to update the pkgIndex.tcl file,
2222
# and the install directory in the Makefiles. When the minor version
2323
# changes (new feature) be sure to update the man page as well.
24-
variable Version 2.5.9
24+
variable Version 2.5.10
2525

2626
# Compatibility support for dumb variables defined in tcltest 1
2727
# Do not use these. Call [package require] and [info patchlevel]

unix/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,9 +1082,9 @@ install-libraries: libraries
10821082
@echo "Installing package msgcat 1.7.1 as a Tcl Module"
10831083
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \
10841084
"$(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"
10861086
@$(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"
10881088
@echo "Installing package platform 1.0.19 as a Tcl Module"
10891089
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \
10901090
"$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm"

win/Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,8 @@ install-libraries: libraries install-tzdata install-msgs
929929
done;
930930
@echo "Installing package msgcat 1.7.1 as a Tcl Module";
931931
@$(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";
934934
@echo "Installing package platform 1.0.19 as a Tcl Module";
935935
@$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm";
936936
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";

0 commit comments

Comments
 (0)