diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-15 04:09:25 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-15 04:09:25 (GMT) |
commit | 9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3 (patch) | |
tree | b322b45aa3ddd82970d68a8335eefe8998469caf /library/opt/optparse.tcl | |
parent | 9ae0d652824688e3ac54ef7d4df854cbedbefe72 (diff) | |
download | tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.zip tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.gz tcl-9b247b8bdeca0b74a8d2f97aa6d7c47d59be3cd3.tar.bz2 |
Kill Octal; bump to 9.0a0; make test suite work again.
Diffstat (limited to 'library/opt/optparse.tcl')
-rw-r--r-- | library/opt/optparse.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl index fc77fa1..163bc7d 100644 --- a/library/opt/optparse.tcl +++ b/library/opt/optparse.tcl @@ -8,7 +8,7 @@ # on it. If your code does rely on this package you # may directly incorporate this code into your application. -package require Tcl 8.2 +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.6 |