diff options
author | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:29:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-09-10 20:29:59 (GMT) |
commit | 1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6 (patch) | |
tree | a1ea1fa908249962ae2305e86bb279299a0c3431 /library/opt/optparse.tcl | |
parent | 12cb56c96a1573c7c267898f9134285e1ed96a47 (diff) | |
download | tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.zip tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.gz tcl-1acf9b7241eaddbf7682f4985b33b9c5eaf5b4a6.tar.bz2 |
* library/opt/optparse.tcl: Overlooked dependence of opt 0.4.4
* library/opt/pkgIndex.tcl: on Tcl 8.2. Bumped to opt 0.4.4.1.
Diffstat (limited to 'library/opt/optparse.tcl')
-rw-r--r-- | library/opt/optparse.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index 8a86dfe..43e9b48 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -8,12 +8,12 @@ # on it. If your code does rely on this package you # may directly incorporate this code into your application. # -# RCS: @(#) $Id: optparse.tcl,v 1.8 2002/11/23 01:41:35 hobbs Exp $ +# RCS: @(#) $Id: optparse.tcl,v 1.8.2.1 2003/09/10 20:29:59 dgp Exp $ -package require Tcl 8 +package require Tcl 8.2 # When this version number changes, update the pkgIndex.tcl file # and the install directory in the Makefiles. -package provide opt 0.4.4 +package provide opt 0.4.4.1 namespace eval ::tcl { |