summaryrefslogtreecommitdiffstats
path: root/library/reg
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-15 16:12:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-15 16:12:53 (GMT)
commitb5850105f3e012c6c89834c0b5b60392c0747081 (patch)
tree7f8ffa3fe212e8f58a80877e95be4c469297c9b3 /library/reg
parent0783b44c6a31a95775875f9ade3e0c5c6fe53eca (diff)
downloadtcl-b5850105f3e012c6c89834c0b5b60392c0747081.zip
tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.gz
tcl-b5850105f3e012c6c89834c0b5b60392c0747081.tar.bz2
* win/configure: autoconf-2.59 (FC6 fork)
* library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for * win/configure.in: [1682211] bug fix. * win/makefile.bc: * win/tclWinReg.c:
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 eb55125..d2ed72f 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.2 \
+ package ifneeded registry 1.2.1 \
[list load [file join $dir tclreg12g.dll] registry]
} else {
- package ifneeded registry 1.2 \
+ package ifneeded registry 1.2.1 \
[list load [file join $dir tclreg12.dll] registry]
}