Skip to content

Commit

Permalink
There have been changes to the package opt. Bump to opt 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp committed Feb 14, 2024
1 parent fe878b4 commit 64bb069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/opt/optparse.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down
2 changes: 1 addition & 1 deletion library/opt/pkgIndex.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]]

0 comments on commit 64bb069

Please sign in to comment.