summaryrefslogtreecommitdiffstats
path: root/library/reg
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:55:12 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-07-23 20:55:12 (GMT)
commit54b5685eb26e504b56b702affb306301de82bf1a (patch)
tree90afdc3ab54be957dee455dc6e25d4b59c128333 /library/reg
parenta188372659089a30b01c57ababf756df8d86c83c (diff)
downloadtcl-54b5685eb26e504b56b702affb306301de82bf1a.zip
tcl-54b5685eb26e504b56b702affb306301de82bf1a.tar.gz
tcl-54b5685eb26e504b56b702affb306301de82bf1a.tar.bz2
* win/tclWinReg.c: Incremented the version to 1.1.2.
* library/reg/pkgIndex.tcl:
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 230d120..ad9a54b 100755
--- a/library/reg/pkgIndex.tcl
+++ b/library/reg/pkgIndex.tcl
@@ -1,8 +1,8 @@
if {![package vsatisfies [package provide Tcl] 8]} {return}
if {[info exists ::tcl_platform(debug)]} {
- package ifneeded registry 1.1.1 \
+ package ifneeded registry 1.1.2 \
[list load [file join $dir tclreg11g.dll] registry]
} else {
- package ifneeded registry 1.1.1 \
+ package ifneeded registry 1.1.2 \
[list load [file join $dir tclreg11.dll] registry]
}