diff options
author | nijtmans <nijtmans> | 2010-05-27 09:18:11 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-27 09:18:11 (GMT) |
commit | cccde1f6fa0cd2199b12e1abad815cd4ebf805fc (patch) | |
tree | 363a1a0b25e813a6dbfdad5b5b4796f26c0b841a /library/opt/pkgIndex.tcl | |
parent | 84010405f28bb6a57e0d7c089ade8a2eeca31c8a (diff) | |
download | tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.zip tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.tar.gz tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.tar.bz2 |
optParse.tcl: eliminate ';' at line end, bump to v0.4.6
Diffstat (limited to 'library/opt/pkgIndex.tcl')
-rw-r--r-- | library/opt/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl index c5d3635..107d4c6 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.2]} {return} -package ifneeded opt 0.4.5 [list source [file join $dir optparse.tcl]] +package ifneeded opt 0.4.6 [list source [file join $dir optparse.tcl]] |