diff options
author | dgp <dgp@users.sourceforge.net> | 2024-02-14 18:54:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-02-14 18:54:29 (GMT) |
commit | 6e1b2262d9d1d4a4bbd41e751259ec4325cdd61b (patch) | |
tree | d838f6a5eb79f6ac825e989bdedce96ced6d51c6 | |
parent | 4797a61bf1c5453484203f762a66108d8af3e3c6 (diff) | |
download | tcl-6e1b2262d9d1d4a4bbd41e751259ec4325cdd61b.zip tcl-6e1b2262d9d1d4a4bbd41e751259ec4325cdd61b.tar.gz tcl-6e1b2262d9d1d4a4bbd41e751259ec4325cdd61b.tar.bz2 |
There have been changes to the package opt. Bump to opt 0.4.9
-rw-r--r-- | library/opt/optparse.tcl | 2 | ||||
-rw-r--r-- | library/opt/pkgIndex.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index 914ceff..0a6cdfa 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -11,7 +11,7 @@ package require Tcl 8.5- # When this version number changes, update the pkgIndex.tcl file # and the install directory in the Makefiles. -package provide opt 0.4.8 +package provide opt 0.4.9 namespace eval ::tcl { diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index 23e118c..c763a3d 100644 --- a/library/opt/pkgIndex.tcl +++ b/library/opt/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.5-]} {return} -package ifneeded opt 0.4.8 [list source [file join $dir optparse.tcl]] +package ifneeded opt 0.4.9 [list source [file join $dir optparse.tcl]] |