diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 07:03:53 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-27 07:03:53 (GMT) |
commit | 570c870e93aa17edc9390988a7670a73f4cba842 (patch) | |
tree | 63566554ee4a7224150325d74bd641939f234d78 /library | |
parent | b9c2728c649920dd0e9350b977d0ab56dfad7fcb (diff) | |
parent | dcb9d4c3309720439bdd85d44f94a4e9dc08a17f (diff) | |
download | tcl-570c870e93aa17edc9390988a7670a73f4cba842.zip tcl-570c870e93aa17edc9390988a7670a73f4cba842.tar.gz tcl-570c870e93aa17edc9390988a7670a73f4cba842.tar.bz2 |
Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support
Diffstat (limited to 'library')
-rw-r--r-- | library/platform/pkgIndex.tcl | 2 | ||||
-rw-r--r-- | library/platform/platform.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/platform/pkgIndex.tcl b/library/platform/pkgIndex.tcl index 7983831..de28fd1 100644 --- a/library/platform/pkgIndex.tcl +++ b/library/platform/pkgIndex.tcl @@ -1,3 +1,3 @@ -package ifneeded platform 1.0.17 [list source [file join $dir platform.tcl]] +package ifneeded platform 1.0.18 [list source [file join $dir platform.tcl]] package ifneeded platform::shell 1.1.4 [list source [file join $dir shell.tcl]] diff --git a/library/platform/platform.tcl b/library/platform/platform.tcl index 0e92cf8..752f069 100644 --- a/library/platform/platform.tcl +++ b/library/platform/platform.tcl @@ -420,7 +420,7 @@ proc ::platform::patterns {id} { # ### ### ### ######### ######### ######### ## Ready -package provide platform 1.0.17 +package provide platform 1.0.18 # ### ### ### ######### ######### ######### ## Demo application |