summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:14:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-05 14:14:23 (GMT)
commitded2a799663066ed98c0a0b07d5fc5a661f988d8 (patch)
treea956cfb5a4a682e3e26aede46088d02d8070b139
parent4030616bbff86cdb1251ca80fea03e19729e7cfe (diff)
downloadtcl-ded2a799663066ed98c0a0b07d5fc5a661f988d8.zip
tcl-ded2a799663066ed98c0a0b07d5fc5a661f988d8.tar.gz
tcl-ded2a799663066ed98c0a0b07d5fc5a661f988d8.tar.bz2
update .project file with branch name. Make clear that optparse doesnt work with 8.4 any more
-rw-r--r--.project2
-rw-r--r--library/opt/optparse.tcl2
-rw-r--r--library/opt/pkgIndex.tcl2
3 files changed, 3 insertions, 3 deletions
diff --git a/.project b/.project
index a9d6ecf..eddd834 100644
--- a/.project
+++ b/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>tcl8.7</name>
+ <name>tcl8</name>
<comment></comment>
<projects>
</projects>
diff --git a/library/opt/optparse.tcl b/library/opt/optparse.tcl
index e5ce052..c8946fd 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.5-
# When this version number changes, update the pkgIndex.tcl file
# and the install directory in the Makefiles.
package provide opt 0.4.7
diff --git a/library/opt/pkgIndex.tcl b/library/opt/pkgIndex.tcl
index d6ecdd6..daf9aa9 100644
--- a/library/opt/pkgIndex.tcl
+++ b/library/opt/pkgIndex.tcl
@@ -8,5 +8,5 @@
# script is sourced, the variable $dir must contain the
# full path name of this file's directory.
-if {![package vsatisfies [package provide Tcl] 8.2-]} {return}
+if {![package vsatisfies [package provide Tcl] 8.5-]} {return}
package ifneeded opt 0.4.7 [list source [file join $dir optparse.tcl]]