summaryrefslogtreecommitdiffstats
path: root/library/reg
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-15 16:08:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-15 16:08:20 (GMT)
commit5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9 (patch)
tree5f43256382ff6af7fa3ee7a9d2f713a8bf95933f /library/reg
parent61db605bbda1d3cf0d073bdd573330789b6fc929 (diff)
downloadtcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.zip
tcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.tar.gz
tcl-5d1ba673ebd2c1d6ba7dd0d3d6095c27ba2838f9.tar.bz2
* changes: updates for 8.4.15 release.
* win/tclWinReg.c: Bump to registry 1.1.5 to account * library/reg/pkgIndex.tcl: for [1682211] bug fix.
Diffstat (limited to 'library/reg')
-rwxr-xr-xlibrary/reg/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl
index 61c1d94..3aed06f 100755
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl
@@ -1,9 +1,9 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[string compare $::tcl_platform(platform) windows]} {return}
if {[info exists ::tcl_platform(debug)]} {
- package ifneeded registry 1.1.4 \
+ package ifneeded registry 1.1.5 \
[list load [file join $dir tclreg11g.dll] registry]
} else {
- package ifneeded registry 1.1.4 \
+ package ifneeded registry 1.1.5 \
[list load [file join $dir tclreg11.dll] registry]
}