summaryrefslogtreecommitdiffstats
path: root/library/registry/pkgIndex.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/registry/pkgIndex.tcl')
-rw-r--r--library/registry/pkgIndex.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/registry/pkgIndex.tcl b/library/registry/pkgIndex.tcl
index 8b35997..5c73f30 100644
--- a/library/registry/pkgIndex.tcl
+++ b/library/registry/pkgIndex.tcl
@@ -1,4 +1,4 @@
if {![package vsatisfies [package provide Tcl] 8.5-]} return
if {[info sharedlibextension] != ".dll"} return
-package ifneeded registry 1.3.5 \
- [list load [file join $dir tclregistry13.dll]]
+package ifneeded registry 1.3.6 \
+ [list load [file join $dir tclregistry13.dll] Registry]