diff options
Diffstat (limited to 'library/opt/optparse.tcl')
-rw-r--r-- | library/opt/optparse.tcl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index e710008..b329190 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -8,9 +8,11 @@ # 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.6 2001/08/09 01:06:42 dgp Exp $ +# RCS: @(#) $Id: optparse.tcl,v 1.7 2002/08/20 15:33:32 dgp Exp $ package require Tcl 8 +# When this version number changes, update the pkgIndex.tcl file +# and the install directory in the Makefiles. package provide opt 0.4.3 namespace eval ::tcl { |